GetAllBarcodesBP
Searches the current page for all barcodes and writes them to the GetBarCodeList variable of the calling object.
Member of namespace
Barcode_PSyntax
bool GetAllBarcodesBP(StrParam)
Parameters
Use a separator to store multiple barcodes. The default separator is a comma. Smart parameters are supported.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 barcode settings of the object 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 and field level.Details
Searches all the barcodes on the current page and stores them in the GetBarCodeList variable of the calling object. Each barcode value is separated using the string separator value entered as a parameter.GetAllBarcodesBP uses GetBarcodeBP to read the barcodes and then enhances the results by storing the list of barcodes in a DCO variable called "GetBarCodeList".
If the engine does not detect any barcodes, then the variable GetBarCodeList is not populated nor created.
- Example:
GetAllBarcodesBP(",")