VpeSetQRCodeVersion

<< Click to Display Table of Contents >>

Navigation:  Barcode Functions (2D) >

VpeSetQRCodeVersion

Previous pageReturn to chapter overviewNext page

[Professional Edition and above only]

Defines the maximum data capacity for QR Codes (depending on EccLevel and encoding Mode), see http://www.qrcode.com.

The symbol versions of QR Code range from Version 1 to Version 40. Each version has a different module configuration or number of modules. (The module refers to the black and white dots that make up QR Code.)

"Module configuration" refers to the number of modules contained in a symbol, commencing with Version 1 (21 × 21 modules) up to Version 40 (177 × 177 modules). Each higher version number comprises 4 additional modules per side.

void VpeSetQRCodeVersion(

VpeHandle hDoc,

int version

)

VpeHandle hDoc

Document Handle or VPE Object Handle

int version

the version, 0 = automatic

Default:

0 = automatic

 

See also:

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