VpeSetPDF417ErrorLevel

<< Click to Display Table of Contents >>

Navigation:  Barcode Functions (2D) >

VpeSetPDF417ErrorLevel

Previous pageReturn to chapter overviewNext page

[Professional Edition and above only]

Sets the error level for PDF417 barcodes.

void VpeSetPDF417ErrorLevel(

VpeHandle hDoc,

int level

)

VpeHandle hDoc

Document Handle or VPE Object Handle

int level

The higher the level, the more redundancy is added to the symbol allowing more errors to be corrected at the expense of less user data capacity. If the level is -1, an error level is chosen automatically based on the message length as recommended by the AIM specification.

Default:

-1

 

See also:

"Barcodes (2D)" in the Programmer's Manual