VpePDF417

<< Click to Display Table of Contents >>

Navigation:  Barcode Functions (2D) >

VpePDF417

Previous pageReturn to chapter overviewNext page

[Professional Edition and above only]

Inserts a PDF417 barcode into the VPE document.

void VpePDF417(

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:

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";

 

// Insert the barcode into the document

VpePDF417(hDoc, 1, 17, -5.5, -3.5, szStr);

Remarks:

sets LastError

 

See also:

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