Variables
Properties of MicroPDF417 Code

Variables

short MicroPDF417Direction
 Specifies the direction of the code in the image.
 
bool MicroPDF417Inverted
 Code is inverted (white on black)/not inverted.
 
bool MicroPDF417Mirror
 Code is mirrored/not mirrored.
 
bool MicroPDF417Quietzone
 Check/ignore quietzone.
 

Detailed Description

Variable Documentation

short MicroPDF417Direction

Specifies the direction of the code in the image.

The property direction sets the direction in which the MicroPDF 417 is in the picture. There are three directions possible: CVC_BC_FENCE, CVC_BC_LADDER, and CVC_BC_BOTH (The MicroPDF 417 may be present in either vertical or horizontal direction, but not in an angle of rotation of 45 degrees). The option CVC_BC_OMNI is not available.

Parameters
[in,out]MicroPDF417DirectionSets the current direction of the code.
Returns
Current direction of the code.
bool MicroPDF417Inverted

Code is inverted (white on black)/not inverted.

The property inverted set to TRUE specifies whether the barcode is present as a black on white image (invers = FALSE) or a white on black image (invers = TRUE). Normally barcodes are printed dark on a bright background in which case the value FALSE is passed. Under certain circumstances, the contrast ratio may be inverted. In such cases, the value TRUE is passed.

Parameters
[in,out]MicroPDF417InvertedCode is inverted (white on black)/not inverted.
Returns
Status of inverted flag.
bool MicroPDF417Mirror

Code is mirrored/not mirrored.

The property mirror = TRUE specifies that the MicroPDF 417 is mirrored, possibly because the code must be read from the rear or because it was mirrored on image acquisition.

Parameters
[in,out]MicroPDF417MirrorCode is mirrored/not mirrored.
Returns
Status of mirror flag.
bool MicroPDF417Quietzone

Check/ignore quietzone.

The property quietzone activates or deactivates checking for the presence of quietzones. If TRUE is specified, a check is performed for the presence of quietzones; if FALSE is specified, no check is performed.

Parameters
[in,out]MicroPDF417QuietzoneSets the quietzone in module width.
Returns
Status of the quiet zone flag.