Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum BarcodeWriteFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum BarcodeWriteFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum BarcodeWriteFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class BarcodeWriteFlags : public Enum |
Member | Description |
---|---|
None | No write flags will be used. |
UseColors | Write color barcode. The colors are used as the exact bar and space colors for searching for the barcode. |
Transparent | Write barcodes with a transparent background. This is not recommended. |
Truncate | Write Truncated PDF417 symbols. |
MessageAppened | Write the barcode symbol in the group mode. Used for PDF and MicroPDF. |
InitializationReader | Write the reader initialization flags for Data Matrix, PDF and MicroPDF barcodes. |
DisableCompression | Write Data Matrix symbols without compression. |
ColumnRowAsLimits | Use column and row values as limits when a PDF or MicroPDF symbol is written. |
JustifyRight | Justify linear barcode symbols to the right side of the window described by BarcodeData.Location property. |
JustifyHorizontalCcenter | Justify linear barcode symbols to the horizontal center of the window described by BarcodeData.Location property. |
Mode128 | Enable the use of the code word for Code 128 emulation when writing MicroPDF417 barcodes. Only used with MicroPDF417. |
Linked | Indicates that the MicroPDF417 barcode is linked to a linear symbol that is printed below it. Only used with MicroPDF417. |
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family