Leadtools.Barcode.Deprecated Namespace : BarcodeWriteFlags Enumeration |
[FlagsAttribute()] public enum BarcodeWriteFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum BarcodeWriteFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeWriteFlags
[FlagsAttribute()] public enum BarcodeWriteFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Barcode.Deprecated.BarcodeWriteFlags = function() { }; Leadtools.Barcode.Deprecated.BarcodeWriteFlags.prototype = {
None = 0x00000000, JustifyRight = 0x00000010, Truncate = 0x00000010, JustifyHorizontalCcenter = 0x00000020, MessageAppened = 0x00000020, InitializationReader = 0x00000040, ColumnRowAsLimits = 0x00000080, DisableCompression = 0x00000100, UseXModule1d = 0x00000100, UseColors = 0x00000200, Transparent = 0x00000400, Mode128 = 0x00001000, Linked = 0x00002000, };
[FlagsAttribute()] public enum class BarcodeWriteFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No write flags will be used. |
0x00000010 | JustifyRight | Justify linear barcode symbols to the right side of the window described by BarcodeData.Location property. |
0x00000010 | Truncate | Write Truncated PDF417 symbols. |
0x00000020 | JustifyHorizontalCcenter | Justify linear barcode symbols to the horizontal center of the window described by BarcodeData.Location property. |
0x00000020 | MessageAppened | Write the barcode symbol in the group mode. Used for PDF and MicroPDF. |
0x00000040 | InitializationReader | This flag is for backward compatibility and is not used anymore. |
0x00000080 | ColumnRowAsLimits | Use column and row values as limits when a PDF or MicroPDF symbol is written. |
0x00000100 | DisableCompression | Write Data Matrix symbols without compression. |
0x00000100 | UseXModule1d | Indicates that the barcode engine will use XModule as the width of the smallest bar when writing Linear (1D) barcodes, if this flag is not set the engine will calculate the width of the smallest bar in order to fill the specified area. |
0x00000200 | UseColors | Write color barcode. The colors are used as the exact bar and space colors for searching for the barcode. |
0x00000400 | Transparent | Write barcodes with a transparent background. This is not recommended. |
0x00001000 | Mode128 | Enable the use of the code word for Code 128 emulation when writing MicroPDF417 barcodes. Only used with MicroPDF417. |
0x00002000 | Linked | Indicates that the MicroPDF417 barcode is linked to a linear symbol that is printed below it. Only used with MicroPDF417. |
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.Deprecated.BarcodeWriteFlags