The BarcodeWriteFlags Enumeration includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Flags that identify the write processing options.Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BarcodeWriteFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As BarcodeWriteFlags |
C# | |
---|---|
[FlagsAttribute()] public enum BarcodeWriteFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BarcodeWriteFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
ColumnRowAsLimits | Use column and row values as limits when a PDF or MicroPDF symbol is written. |
DisableCompression | Write Data Matrix symbols without compression. |
InitializationReader | This flag is for backward compatibility and is not used anymore. |
JustifyHorizontalCcenter | Justify linear barcode symbols to the horizontal center of the window described by BarcodeData.Location property. |
JustifyRight | Justify linear barcode symbols to the right side of the window described by BarcodeData.Location property. |
Linked | Indicates that the MicroPDF417 barcode is linked to a linear symbol that is printed below it. Only used with MicroPDF417. |
MessageAppened | Write the barcode symbol in the group mode. Used for PDF and MicroPDF. |
Mode128 | Enable the use of the code word for Code 128 emulation when writing MicroPDF417 barcodes. Only used with MicroPDF417. |
None | No write flags will be used. |
Transparent | Write barcodes with a transparent background. This is not recommended. |
Truncate | Write Truncated PDF417 symbols. |
UseColors | Write color barcode. The colors are used as the exact bar and space colors for searching for the barcode. |
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. |
These values are used when writing Data Matrix, PDF417, MicroPDF417, or QR barcodes.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeWriteFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7