Leadtools.Services.Barcode.DataContracts Namespace : BarcodeWriteFlags Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeWriteFlags")] [FlagsAttribute()] public enum BarcodeWriteFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeWriteFlags")> <FlagsAttribute()> Public Enum BarcodeWriteFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeWriteFlags
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeWriteFlags")] [FlagsAttribute()] public enum BarcodeWriteFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Services.Barcode.DataContracts.BarcodeWriteFlags = function() { }; Leadtools.Services.Barcode.DataContracts.BarcodeWriteFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeWriteFlags")] [FlagsAttribute()] public enum class BarcodeWriteFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
ColumnRowAsLimits | Uses column and row values as limits when a PDF or MicroPDF symbol is written. |
DisableCompression | Writes Data Matrix symbols without compression. |
InitializationReader | This flag is for backward compatibility and is not used anymore. |
JustifyHorizontalCcenter | Justifies linear barcode symbols to the horizontal center of the window described by BarcodeData.Location property. |
JustifyRight | Justifies 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 | Writes the barcode symbol in the group mode. Used for PDF and MicroPDF. |
Mode128 | Enables 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 | Writes barcodes with a transparent background. This is not recommended. |
Truncate | Writes Truncated PDF417 symbols. |
UseColors | Writes 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. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.Barcode.DataContracts.BarcodeWriteFlags
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