<< Click to Display Table of Contents >> PDF417 |
[Professional Edition and above only]
Inserts a PDF417 barcode into the VPE document.
method void VPE.PDF417(
VpeCoord Left,
VpeCoord Top,
VpeCoord Right,
VpeCoord Bottom,
string Text
)
VpeCoord Left, Top, Right, Bottom
coordinates
string Text
the text of the barcode
Example:
szStr =
"01\t05\t{)>\t82\tWSP3.5.1DE\r"
"02\t23112001\t1Z32630V6851146547\t08\tM\t9838571153\t3"
"\t1.5\tKgs\t1.5\t\tP/P\t0.00\t\t\t\t\tDE\t\t\t\r"
"04\tSH\tX-LOGISTIK GMBH\tWALLENHORST\t\t49134\tDE\t32630V"
"\tC/O INTERTRADE AG\t\t\t\tHERR ERNST LEMKE\t+495407-834343\t"
"\tAM OHLENBERG 14\t\r"
"04\tST\tIDEAL SOFTWARE GMBH\tNEUSS\t\t41464\tDE\t"
"\tERFTSTR. 102A\t\t\t\tMR. XXX\t\t\t\t\r"
"99\r";
Doc.PDF417(1, 17, -5.5, -3.5, szStr);
Remarks:
sets LastError
"Barcodes (2D)" in the Programmer's Manual