Aztec

<< Click to Display Table of Contents >>

Navigation:  Barcode Functions (2D) >

Aztec

Previous pageReturn to chapter overviewNext page

[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

 

See also:

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