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.
|
|
|
 |
 |
 |
 |
Barcode Recognition SDK
version 5.15
Latest release: Jan 27 2012
What's new in SDK
Platforms:
Windows 32-bit & 64-bit Linux Mac OS Windows Mobile Symbian (S60) Android iPhone
Supports
Linear:
Interleaved 2/5, Industrial 2/5, Code 39, Code 39 Extended, Codabar, Code 11, Code 128, Code 128 Extended,
EAN/UCC 128, UPC-E, UPC-A, EAN-8, EAN-13, Code 93, Code 93 Extended, DataBar Omnidirectional (RSS-14), DataBar Truncated (RSS-14 Truncated), DataBar Limited (RSS Limited), DataBar Stacked, DataBar Expanded, DataBar Expanded Stacked.
2D:
PDF417
QRCode
DataMatrix
Download
|
 |
 |
 |
 |
|
|