BarcodeType Property
Returns the barcode type.
Syntax
btValue = object.BarcodeType
Remarks
EBarcodeTypes. The property is read only.
|
Text Property
Returns the barcode string.
Syntax
stringValue = object.Text
Remarks
String. The property is read only.
|
Data Property
Returns the barcode raw data.
Syntax
dataValue = object.Data
Remarks
Array of bytes. The property is read only.
|
BarNums Property
Returns the number of bars.
Syntax
iValue = object.BarNums
Remarks
Long integer. The property is read only.
|
PageNum Property
Returns the page number (for multi page .tiff or .gif files).
Syntax
iValue = object.PageNum
Remarks
Long integer. The property is read only.
|
x1 Property
Returns the X coordinate of barcode corner 1.
Syntax
iValue = object.x1
Remarks
Long integer. The property is read only.
|
y1 Property
Returns the Y coordinate of barcode corner 1.
Syntax
iValue = object.y1
Remarks
Long integer. The property is read only.
|
x2 Property
Returns the X coordinate of barcode corner 2.
Syntax
iValue = object.x2
Remarks
Long integer. The property is read only.
|
y2 Property
Returns the Y coordinate of barcode corner 2.
Syntax
iValue = object.y2
Remarks
Long integer. The property is read only.
|
x3 Property
Returns the X coordinate of barcode corner 3.
Syntax
iValue = object.x3
Remarks
Long integer. The property is read only.
|
y3 Property
Returns the Y coordinate of barcode corner 3.
Syntax
iValue = object.y3
Remarks
Long integer. The property is read only.
|
x4 Property
Returns the X coordinate of barcode corner 4.
Syntax
iValue = object.x4
Remarks
Long integer. The property is read only.
|
y4 Property
Returns the Y coordinate of barcode corner 4.
Syntax
iValue = object.y4
Remarks
Long integer. The property is read only.
|
dq Property
Returns the decoding quality.
Syntax
iValue = object.dq
Possible values
0...100
Remarks
Long integer. The property is read only.
Works only for PDF417 barcodes.
|
|