<< Click to Display Table of Contents >> VpeAztec |
[Professional Edition and above only]
Inserts an Aztec barcode into the VPE document.
void VpeAztec(
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:
VpeAztec(hDoc, 1, 23, -3, -3, "This is a message")
Remarks:
sets LastError
"Barcodes (2D)" in the Programmer's Manual