For the complete documentation index, see llms.txt. This page is also available as Markdown.

barcodeSide

Side of the document where the code is read.

Details

Attribute: barcode-side

Type: BarcodeSide

Default value: BarcodeSide.Both

BarcodeSide

Member
Value
Description

Front

0

Front.

Back

1

Back.

Both

2

Both sides.

Morphology

import { BarcodeSide } from '@facephi/selphid-web-component';

selphid.barcodeSide = BarcodeSide.Both;

Description

Document side (front, back, or both) on which facephi-selphid-widget codes are searched for.


Example

Last updated