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