Variables
Properties of PDF 417

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.
 

Detailed Description

Variable Documentation

boolean PDF417Inverted

Specifies that the barcode is white on a black background or not.

Parameters
[in,out]PDF417InvertedFALSE means that the usual dark code on a lighter background is expected, TRUE otherwise.
Returns
Indicates whether 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.

Parameters
[in,out]PDF417LevelsError correction level. See TxCVC_BC_PDF417_LEVELS for possible levels.
Returns
Current error correction level.
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.

Parameters
[in,out]PDF417MaxColsMaximum number of data columns.
Returns
Maximum number of data columns.
Related Topics:
PDF417MinCols Property
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.

Parameters
[in,out]PDF417MaxRowsMaximum number of rows.
Returns
Maximum number of rows.
Related Topics:
PDF417MinRows Property
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.

Parameters
[in,out]PDF417MinColsMinimum number of data columns.
Returns
Minimum number of data columns.
Related Topics:
PDF417MaxCols Property
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.

Parameters
[in,out]PDF417MinRowsMinimum evaluated vertical size.
Returns
Minimum number of rows.
Related Topics:
PDF417MaxRows Property
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.

Parameters
[in,out]PDF417MirroredTRUE means that the barcode is mirrored, FALSE otherwise.
Returns
Indicates whether the barcode is mirrored or not.