LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly)

BarcodeWriteFlags Enumeration

Show in webframe





These flags identify the write processing options.
Syntax
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeWriteFlags")]
[FlagsAttribute()]
public enum BarcodeWriteFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeWriteFlags")>
<FlagsAttribute()>
Public Enum BarcodeWriteFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BarcodeWriteFlags

            

            
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeWriteFlags")]
[FlagsAttribute()]
public enum class BarcodeWriteFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo write flags will be used.
0x00000010JustifyRightJustifies linear barcode symbols to the right side of the window described by BarcodeData.Location property.
0x00000010TruncateWrites Truncated PDF417 symbols.
0x00000020JustifyHorizontalCcenterJustifies linear barcode symbols to the horizontal center of the window described by BarcodeData.Location property.
0x00000020MessageAppenedWrites the barcode symbol in the group mode. Used for PDF and MicroPDF.
0x00000040InitializationReaderThis flag is for backward compatibility and is not used anymore.
0x00000080ColumnRowAsLimitsUses column and row values as limits when a PDF or MicroPDF symbol is written.
0x00000100DisableCompressionWrites Data Matrix symbols without compression.
0x00000100UseXModule1dIndicates 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.
0x00000200UseColorsWrites color barcode. The colors are used as the exact bar and space colors for searching for the barcode.
0x00000400TransparentWrites barcodes with a transparent background. This is not recommended.
0x00001000Mode128Enables the use of the code word for Code 128 emulation when writing MicroPDF417 barcodes. Only used with MicroPDF417.
0x00002000LinkedIndicates that the MicroPDF417 barcode is linked to a linear symbol that is printed below it. Only used with MicroPDF417.
Remarks
These values are used when writing Data Matrix, PDF417, MicroPDF417, or QR barcodes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Services.Barcode.DataContracts.BarcodeWriteFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Services.Barcode.DataContracts Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Applications developed with LEADTOOLS WCF components require runtime licenses. Server licensing is required for applications on a server. For more information, refer to: LEADTOOLS Toolkit Features