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