Side of the document where the code is read.
Attribute: barcode-side
barcode-side
Type: BarcodeSide
BarcodeSide
Default value: BarcodeSide.Both
BarcodeSide.Both
Front
0
Front.
Back
1
Back.
Both
2
Both sides.
import { BarcodeSide } from '@facephi/selphid-web-component'; selphid.barcodeSide = BarcodeSide.Both;
Document side (front, back, or both) on which facephi-selphid-widget codes are searched for.
facephi-selphid-widget
Last updated 1 month ago
import { BarcodeSide } from '@facephi/selphid-web-component'; <facephi-selphid-widget barcode={true} barcodeSide={BarcodeSide.Both} />