Variables | |
boolean | PDF417Inverted |
Specifies that the barcode is white on a black background or not. | |
TxCVC_BC_PDF417_LEVELS | PDF417Levels |
This property defines the error correction level used for PDF 417 barcodes. | |
short | PDF417MaxCols |
Maximum evaluated horizontal barcode size. | |
short | PDF417MaxRows |
Maximum evaluated vertical barcode size. | |
short | PDF417MinCols |
Minimum evaluated horizontal size. | |
short | PDF417MinRows |
Minimum number of rows. | |
boolean | PDF417Mirrored |
Specifies that the barcode is mirrored, for example, when the barcode image was read it was routed via a mirror or it was read from the reverse side. | |
boolean PDF417Inverted |
TxCVC_BC_PDF417_LEVELS PDF417Levels |
This property defines the error correction level used for PDF 417 barcodes.
[in,out] | PDF417Levels | Error correction level. See TxCVC_BC_PDF417_LEVELS for possible levels. |
short PDF417MaxCols |
Maximum evaluated horizontal barcode size.
The number of columns refers to data columns only, or in other words, start and stop codes and also left and right row indicators are not counted. The constants CVC_BC_PDF417_MIN_COLUMNS
and CVC_BC_PDF417_MAX_COLUMNS
from iCVCBarcode.h
can be used to permit all possible numbers of columns.
[in,out] | PDF417MaxCols | Maximum number of data columns. |
short PDF417MaxRows |
Maximum evaluated vertical barcode size.
The constants CVC_BC_PDF417_MIN_ROWS
and CVC_BC_PDF417_MAX_ROWS
from iCVCBarcode.h
can be used to permit all possible numbers of rows.
[in,out] | PDF417MaxRows | Maximum number of rows. |
short PDF417MinCols |
Minimum evaluated horizontal size.
The number of columns refers to data columns only, or in other words, start and stop codes and also left and right row indicators are not counted. The constants CVC_BC_PDF417_MIN_COLUMNS
and CVC_BC_PDF417_MAX_COLUMNS
from iCVCBarcode.h
can be used to permit all possible numbers of columns.
[in,out] | PDF417MinCols | Minimum number of data columns. |
short PDF417MinRows |
Minimum number of rows.
The constants CVC_BC_PDF417_MIN_ROWS
and CVC_BC_PDF417_MAX_ROWS
from iCVCBarcode.h
can be used to permit all possible numbers of rows.
[in,out] | PDF417MinRows | Minimum evaluated vertical size. |
boolean PDF417Mirrored |