barMicroPDF417Format
An
enumerate value specifying the format of the Micro PDF
417. It is only be used when the barSymbology is set to
BarMicroPDF417. It can be one of the following enumerate
constants. When the value is set to
MicroPDFAutoFormat, the number of the row and the
number of the column will be automaticly adjusted to make the generated
barcodes take the least space. The default value is
MicroPDFAutoFormat.
Enumerate Constants |
Value |
Number of Rows |
Number of Columns |
MicroPDF11X1 |
0 |
11 |
1 |
MicorPDF14X1 |
1 |
14 |
1 |
MicorPDF17X1 |
2 |
17 |
1 |
MicroPDF20X1 |
3 |
20 |
1 |
MicroPDF24X1 |
4 |
24 |
1 |
MicroPDF28X1 |
5 |
28 |
1 |
MicroPDF8X2 |
6 |
8 |
2 |
MicroPDF11X2 |
7 |
11 |
2 |
MicroPDF14X2 |
8 |
14 |
2 |
MicroPDF17X2 |
9 |
17 |
2 |
MicroPDF20X2 |
10 |
20 |
2 |
MicroPDF23X2 |
11 |
23 |
2 |
MicroPDF26X2 |
12 |
26 |
2 |
MicroPDF6X3 |
13 |
6 |
3 |
MicroPDF8X3 |
14 |
8 |
3 |
MicroPDF10X3 |
15 |
10 |
3 |
MicroPDF12X3 |
16 |
13 |
3 |
MicroPDF15X3 |
17 |
15 |
3 |
MicroPDF20X3 |
18 |
20 |
3 |
MicroPDF26X3 |
19 |
26 |
3 |
MicroPDF32X3 |
20 |
32 |
3 |
MicroPDF38X3 |
21 |
38 |
3 |
MicroPDF44X3 |
22 |
44 |
3 |
MicroPDF4X4 |
23 |
4 |
4 |
MicroPDF6X4 |
24 |
6 |
4 |
MicroPDF8X4 |
25 |
8 |
4 |
MicroPDF10X4 |
26 |
10 |
4 |
MicroPDF12X4 |
27 |
12 |
4 |
MicroPDF15X4 |
28 |
15 |
4 |
MicroPDF20X4 |
29 |
20 |
4 |
MicroPDF26X4 |
30 |
26 |
4 |
MicroPDF32X4 |
31 |
32 |
4 |
MicroPDF38X4 |
32 |
38 |
4 |
MicroPDF44X4 |
33 |
44 |
4 |
MicroPDFAutoFormat |
34 |
Auto Adjustment |
Auto Adjustment |
barPDF417FileName
A string specifying the name of the file. It is only used when structure append is enabled.
barPDF417FileSize
A value specifying the size of the file. It is only used when structure append is enabled.
barPDF417NoOfColumns
A value specifying the number of columns. It is
the property that can be both read and writen when barSymbology is
set to BarPDF417. It can be read only if barSymbology is set to BarMicroPDF417.
barPDF417NoOfRows
A value specifying the number of the rows. It can be read only.
barPDF417Receiver
A
string specifying specifying the receiver. It is only used
when structure append is enabled. It can be valid in both PDF417 and Micro PDF417
barPDF417SecurityLevel
A
value specifying the level of the security. It is only used
when barSymblogy is set to BarPDF417. It can be a value that is greater or equal to 0 and smaller
than 8.
barPDF417Sender
A string
specifying the sender. It is only used when structure append is enabled. It can be valid in both PDF417 and Micro PDF417
barPDF417TimeStamp
A
value specifying the time stamp. It is only used
when structure append is enabled. It can be valid in both PDF417 and Micro PDF417
How to Use Speical Function Characters
PDF 417 has three special function codes defined that can
be specified by enabling the property
barEscapeProcessing. When
barEscapProcessing is enabled, a character "^" followed by a character
"r" means reader initialization; a character "^" followed by a character
"g" means an identifier for a general purpose ECI format; and a character "^"
followed by a character "e" means identifier for an ECI
of a character set or code page.