BarcodeBlock Object (IBarcodeBlock Interface)
This object provides access to specific properties of a recognized barcode block. To access the properties of the certain barcode block, use the AsBarcodeBlock method of the corresponding Block object.
Properties
Name | Type | Description |
---|---|---|
Orientation | BarcodeOrientationEnum, read-only | Stores the barcode orientation type detected during the recognition process. |
Text | Text, read-only | Provides access to the recognized text of the barcode. |
Type | BarcodeTypeEnum, read-only | Stores the barcode type detected during the recognition process. |
Related objects
Output parameter
This object is the output parameter of the AsBarcodeBlock method of the Block object.
See also
15.08.2023 13:19:30