<< Click to Display Table of Contents >> VpeQRCode |
[Professional Edition and above only]
Inserts a QR Code barcode into the VPE document.
void VpeQRCode (
VpeHandle hDoc,
VpeCoord x,
VpeCoord y,
VpeCoord x2,
VpeCoord y2,
LPCTSTR lpszText
)
VpeHandle hDoc
Document Handle
VpeCoord x, y, x2, y2
coordinates
LPCTSTR lpszText
the text of the barcode
Example:
VpeQRCode(hDoc, 1, 1, -3, -3, "Hello World")
Remarks:
sets LastError
"Barcodes (2D)" in the Programmer's Manual