QRCode

<< Click to Display Table of Contents >>

Navigation:  Barcode Functions (2D) >

QRCode

Previous pageReturn to chapter overviewNext page

[Professional Edition and above only]

Inserts a QR Code barcode into the VPE document.

method void VPE.QRCode(

VpeCoord Left,

VpeCoord Top,

VpeCoord Right,

VpeCoord Bottom,

string Text

)

VpeCoord Left, Top, Right, Bottom

coordinates

string Text

the text of the barcode

Example:

Doc.QRCode(1, 1, -3, -3, "Hello World")

Remarks:

sets LastError

 

See also:

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