Returns the barcode type. Syntax RemarksbtValue = object.BarcodeType EBarcodeTypes. The property is read only. |
Returns the barcode string. Syntax RemarksstringValue = object.Text String. The property is read only. |
Returns the barcode raw data. Syntax RemarksdataValue = object.Data Array of bytes. The property is read only. |
Returns the number of bars. Syntax RemarksiValue = object.BarNums Long integer. The property is read only. |
Returns the page number (for multi page .tiff or .gif files). Syntax RemarksiValue = object.PageNum Long integer. The property is read only. |
Returns the X, Y coordinates of barcode corners. Syntax RemarksiValue = object.x1 Long integer. The property is read only. |
dq Property Returns the decoding quality. Syntax Possible valuesiValue = object.dq 0...100Remarks Long integer. The property is read only. |
Returns the error code of unrecognized barcode. This property has actual value only if barcode result have type - AztecUnrecognized, LinearUnrecognized, PDF417Unrecognized, DataMatrixUnrecognized or QRCodeUnrecognized. Syntax Possible valuesiValue = object.error Error codes.Remarks Long integer. The property is read only. |
Returns the blurring value of barcode. This property has actual value only if BlurringCalc property is true. Syntax Possible valuesiValue = object.blurring -1 - blurring cannot be determinedRemarks Long integer. The property is read only. |