[SerializableAttribute()]
public enum MicroPDF417BarcodeSymbolSize
<SerializableAttribute()>
Public Enum MicroPDF417BarcodeSymbolSize
typedef NS_ENUM(NSInteger, LTMicroPDF417BarcodeSymbolSize)
public enum MicroPDF417BarcodeSymbolSize
[SerializableAttribute()]
public enum class MicroPDF417BarcodeSymbolSize
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 |
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 |
16 | Size10X3 | 10 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document