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