<< Click to Display Table of Contents >> QRCode |
[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
"Barcodes (2D)" in the Programmer's Manual