MaxiCode

<< Click to Display Table of Contents >>

Navigation:  Barcode Functions (2D) >

MaxiCode

Previous pageReturn to chapter overviewNext page

[Professional Edition and above only]

Inserts a MaxiCode barcode into the VPE document.

This version accepts mode 2 and 3 messages beginning with “[)>RS01GS“, which conform to particular open system standards (for details refer to AIM specification). It selects the appropriate mode based on the ZIP code included in Text.

method void VPE.MaxiCode(

VpeCoord Left,

VpeCoord Top,

VpeCoord Right,

VpeCoord Bottom,

string Text

)

VpeCoord Left, Top, Right, Bottom

coordinates

string Text

the text of the barcode

Example:

// Sample Message (in C++ syntax):

 

char *szUPS =

 "[)>" "\x1e" "01" "\x1d" "9641460"

 "\x1d" "276" "\x1d" "068" "\x1d" "1Z51146547"

 "\x1d" "UPSN" "\x1d" "32630V" "\x1d" "327" "\x1d"

 "\x1d" "1/1" "\x1d" "2" "\x1d" "N" "\x1d"

 "\x1d" "NEUSS" "\x1d" "\x1e" "\x04"

 "!!!!!!!!!!!!!!!!!!!!!!!!!!"

 

Doc.MaxiCode(1, 6, -3, -3, szUPS)

Remarks:

sets LastError

 

See also:

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