<< Click to Display Table of Contents >> MaxiCodeEx |
[Professional Edition and above only]
Inserts a MaxiCode barcode into the VPE document. It is recommended to use MaxiCode() instead. This function has been implemented for completeness.
method void VPE.MaxiCodeEx(
VpeCoord Left,
VpeCoord Top,
VpeCoord Right,
VpeCoord Bottom,
int nMode,
string Zip,
int nCountryCode,
int nServiceClass,
string Message,
int nSymbolNumber,
int nSymbolCount
)
VpeCoord Left, Top, Right, Bottom
coordinates
int nMode
Modes define the structuring of data and error correction within a symbol.
Value |
Description |
0 |
Obsolete |
1 |
Obsolete |
2 |
Structured Carrier Message. Encode the destination address and class of service in the transport industry. Mode 2 supports up to nine numeric digits for the ZIP code. |
3 |
Similar to mode 2. Supports up to six alphanumeric characters for ZIP code. |
4 |
Standard Symbol (for details refer to AIM specification) |
5 |
EEC (for details refer to AIM specification) |
6 |
Reader Programming (for details refer to AIM specification) |
string Zip
Postal code, for example D40211 or 42119
int nCountryCode
ISO 3166 country code (for example 276 for Germany)
int nServiceClass
Carrier-dependent service class
string Message
Secondary message
int nSymbolNumber
Total number of symbols (structured append)
int nSymbolCount
Current number of symbol (structured append)
Example:
Doc.MaxiCodeEx(1, 11, -5, -5, 2, "068107317", 840, 001, "AOE This is MaxiCode AOE", 1, 1)
Remarks:
sets LastError
"Barcodes (2D)" in the Programmer's Manual