BarcodeParams Object (IBarcodeParams Interface)
This object allows you to tune type and orientation of the barcode which can be found in the document. These parameters are used in Document Definitions and served for barcode recognition. To set the parameters, use the BarcodeParams property of the BarcodeRecognitionParams object. To view the parameters of recognized barcode, see the properties of the BarcodeBlock object.
Properties
Name | Type | Description |
---|---|---|
AllowedOrientations | Integer | The value of this property is an OR superposition of the BarcodeOrientationEnum enumeration constants which denote the types of barcode orientation. For example, if it is set to BO_Left_To_Right | BO_Down_To_Top, ABBYY FlexiCapture SDK will presume that barcode blocks may be oriented either from left to right or from down to top, ignoring all other variants. |
AllowedTypes | Integer | The value of this property is an OR superposition of the BarcodeTypeEnum enumeration constants which denote the types of barcode. For example, if it is set to BT_EAN13 | BT_EAN8, ABBYY FlexiCapture SDK will try to recognize barcode blocks in either EAN 13 or EAN 8 standard, ignoring all other variants. |
Methods
Name | Description |
---|---|
CopyFrom | Initializes properties of the current object with values of similar properties of another object. |
Related objects
Output parameter
The object is the output parameter of the CreateBarcodeParams method of the Engine object.
See also
15.08.2023 13:19:30