Leadtools.Barcode Namespace : MicroPDF417BarcodeSymbolSize Enumeration |
[SerializableAttribute()] public enum MicroPDF417BarcodeSymbolSize : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <SerializableAttribute()> Public Enum MicroPDF417BarcodeSymbolSize Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MicroPDF417BarcodeSymbolSize
[SerializableAttribute()] public enum MicroPDF417BarcodeSymbolSize : System.IComparable, System.IConvertible, System.IFormattable
enum LTMicroPDF417BarcodeSymbolSize
public enum MicroPDF417BarcodeSymbolSize
Leadtools.Barcode.MicroPDF417BarcodeSymbolSize = function() { }; Leadtools.Barcode.MicroPDF417BarcodeSymbolSize.prototype = {
Smallest = 0, Size11X1 = 1, Size14X1 = 2, Size17X1 = 3, Size20X1 = 4, Size24X1 = 5, Size28X1 = 6, Size8X2 = 7, Size11X2 = 8, Size14X2 = 9, Size17X2 = 10, Size10X3 = 10, Size20X2 = 11, Size23X2 = 12, Size26X2 = 13, Size6X3 = 14, Size8X3 = 15, Size12X3 = 17, Size15X3 = 18, Size20X3 = 19, Size26X3 = 20, Size32X3 = 21, Size38X3 = 22, Size44X3 = 23, Size4X4 = 24, Size6X4 = 25, Size8X4 = 26, Size10X4 = 27, Size12X4 = 28, Size15X4 = 29, Size20X4 = 30, Size26X4 = 31, Size32X4 = 32, Size38X4 = 33, Size44X4 = 34, };
[SerializableAttribute()] public enum class MicroPDF417BarcodeSymbolSize : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0 | Smallest |
Use smallest size required to save the data stored in BarcodeData |
1 | Size11X1 |
11 rows by 1 column |
2 | Size14X1 |
14 rows by 1 column |
3 | Size17X1 |
17 rows by 1 column |
4 | Size20X1 |
20 rows by 1 column |
5 | Size24X1 |
24 rows by 1 column |
6 | Size28X1 |
28 rows by 1 column |
7 | Size8X2 |
8 rows by 2 columns |
8 | Size11X2 |
11 rows by 2 columns |
9 | Size14X2 |
14 rows by 2 columns |
10 | Size17X2 |
17 rows by 2 columns |
10 | Size10X3 |
10 rows by 3 columns |
11 | Size20X2 |
20 rows by 2 columns |
12 | Size23X2 |
23 rows by 2 columns |
13 | Size26X2 |
26 rows by 2 columns |
14 | Size6X3 |
6 rows by 3 columns |
15 | Size8X3 |
8 rows by 3 columns |
17 | Size12X3 |
12 rows by 3 columns |
18 | Size15X3 |
15 rows by 3 columns |
19 | Size20X3 |
20 rows by 3 columns |
20 | Size26X3 |
26 rows by 3 columns |
21 | Size32X3 |
32 rows by 3 columns |
22 | Size38X3 |
38 rows by 3 columns |
23 | Size44X3 |
44 rows by 3 columns |
24 | Size4X4 |
4 rows by 4 columns |
25 | Size6X4 |
6 rows by 4 columns |
26 | Size8X4 |
8 rows by 4 columns |
27 | Size10X4 |
10 rows by 4 columns |
28 | Size12X4 |
12 rows by 4 columns |
29 | Size15X4 |
15 rows by 4 columns |
30 | Size20X4 |
20 rows by 4 columns |
31 | Size26X4 |
26 rows by 4 columns |
32 | Size32X4 |
32 rows by 4 columns |
33 | Size38X4 |
38 rows by 4 columns |
34 | Size44X4 |
44 rows by 4 columns |
The MicroPDF417BarcodeSymbolSize enumeration is used as the type for the MicroPDF417BarcodeWriteOptions.SymbolSize property and can be used to control the symbol size to use when writing MicroPDF417 barcodes.
When the value of MicroPDF417BarcodeWriteOptions.LimitByRowsAndColumns is false, the symbol size is control by the BarcodeData.Bounds and MicroPDF417BarcodeWriteOptions.XModule values used. Otherwise, the value of MicroPDF417BarcodeWriteOptions.SymbolSize will be used.
For more information, refer to Writing Barcodes - Bounds and sXModule.
For an example, refer to MicroPDF417BarcodeWriteOptions.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.MicroPDF417BarcodeSymbolSize