GetDataMatrixCodeBP
Recognizes Data Matrix codes
Member of namespace
Barcode_PSyntax
bool GetDataMatrixCodeBP()
Parameters
None.Returns
True if the action is called at the page level or field level. Otherwise, False.In addition the calling object's value and variable GetBarCode is filled with the bar code value. This action also stores barcode information such as confidence, coordinates, code name, and size. If the object's barcode settings are set to read more than one barcode, and more than one barcode is found, barcodes are also stored in the variable GetBarCodeX where X is the index of the barcode found.
Level
Page or Field level only.Details
Use this action if your page or field has Data Matrix codes. The barcode type for Data Matrix barcodes will be set automatically. It is not necessary to set the barcode type.Any field must have a Position assigned when bar code reading is performed. For example the application would invoke the CreateFields action, and if the field has Position defined in the Document Hierarchy, it is ready for barcode reading. If anchors or fingerprint matching are used, ReadZones or other registration may be required to align the fields correctly.
- Example:
GetDataMatrixCodeBP()