| Visual Basic (Declaration) | |
|---|---|
<FlagsAttribute()> Public Enum BarcodeWriteFlags Inherits Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[FlagsAttribute()] public enum BarcodeWriteFlags : Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[FlagsAttribute()] public enum class BarcodeWriteFlags : public Enum, IComparable, IConvertible, IFormattable | |
| 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 PDF4167 symbols. |
| MessageAppened | Write the barcode symbol in the group mode. Used for PDF. |
| InitializationReader | Write the reader initialization flags for Data Matrix and PDF barcodes. |
| DisableCompression | Write Data Matrix symbols without compression. |
| ColumnRowAsLimits | Use column and row values as limits when a PDF 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. |
These values are used when writing Data Matrix, PDF417, or QR barcodes.
System.Object
System.ValueType
System.Enum
Leadtools.Barcode.BarcodeWriteFlags
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code