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
ObjectiveC Syntax
Java Syntax
Leadtools.Barcode.MicroPDF417BarcodeSymbolSize = function() { }; Leadtools.Barcode.MicroPDF417BarcodeSymbolSize.prototype = {
LeadtoolsMemberMarker(replace me) };
[SerializableAttribute()] public enum class MicroPDF417BarcodeSymbolSize : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Size10X3 | 10 rows by 3 columns |
Size10X4 | 10 rows by 4 columns |
Size11X1 | 11 rows by 1 column |
Size11X2 | 11 rows by 2 columns |
Size12X3 | 12 rows by 3 columns |
Size12X4 | 12 rows by 4 columns |
Size14X1 | 14 rows by 1 column |
Size14X2 | 14 rows by 2 columns |
Size15X3 | 15 rows by 3 columns |
Size15X4 | 15 rows by 4 columns |
Size17X1 | 17 rows by 1 column |
Size17X2 | 17 rows by 2 columns |
Size20X1 | 20 rows by 1 column |
Size20X2 | 20 rows by 2 columns |
Size20X3 | 20 rows by 3 columns |
Size20X4 | 20 rows by 4 columns |
Size23X2 | 23 rows by 2 columns |
Size24X1 | 24 rows by 1 column |
Size26X2 | 26 rows by 2 columns |
Size26X3 | 26 rows by 3 columns |
Size26X4 | 26 rows by 4 columns |
Size28X1 | 28 rows by 1 column |
Size32X3 | 32 rows by 3 columns |
Size32X4 | 32 rows by 4 columns |
Size38X3 | 38 rows by 3 columns |
Size38X4 | 38 rows by 4 columns |
Size44X3 | 44 rows by 3 columns |
Size44X4 | 44 rows by 4 columns |
Size4X4 | 4 rows by 4 columns |
Size6X3 | 6 rows by 3 columns |
Size6X4 | 6 rows by 4 columns |
Size8X2 | 8 rows by 2 columns |
Size8X3 | 8 rows by 3 columns |
Size8X4 | 8 rows by 4 columns |
Smallest | Use smallest size required to save the data stored in BarcodeData |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2