Leadtools.Services.Barcode.DataContracts Namespace : BarcodeReadFlags Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeReadFlags")] [FlagsAttribute()] public enum BarcodeReadFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeReadFlags")> <FlagsAttribute()> Public Enum BarcodeReadFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BarcodeReadFlags
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeReadFlags")] [FlagsAttribute()] public enum BarcodeReadFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Services.Barcode.DataContracts.BarcodeReadFlags = function() { }; Leadtools.Services.Barcode.DataContracts.BarcodeReadFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeReadFlags")] [FlagsAttribute()] public enum class BarcodeReadFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BlockSearch | Searches for barcodes by moving up or down through the rectangle until the first character is read or if there is no barcode has been found. |
DotmatrixFastFindDisable | Disables fast find feature when reading Data Matrix symbols. Fast find is automatically disabled when reading small symbols. |
DotmatrixForceInvert | Forces the Data Matrix read to search for reversed color symbols even when non-inverted color symbols have been found. |
Markers | Enables the reading of barcodes that have start and end markers. |
MicroPdfReadModeBasic | MicroPDF417 Basic Channel Mode: Code 128 Emulation Basic Channel Mode: Transmit L0, L3, L4, or L5 symbology ID, No escape doubling, Macro PDF is illegal, ECI is illegal and Reserved code words are illegal. Only used with MicroPDF417. |
MicroPdfReadModeExtended | MicroPDF417 Extended Channel Mode.Code 128 Emulation Extended Channel Mode. Transmit L0, L3, L4, or L5 symbology ID, Escape doubling, Macro PDF is transmitted, ECI is transmitted in GLI format and Reserved code words transmitted. Only used with MicroPDF417. |
None | No read flags will be used. |
PdfFastRead | Enables the fast find feature when reading PDF417 symbols. |
PdfReadMacroOption0 | Enables the return of the optional macro 'File Name' field. |
PdfReadMacroOption1 | Enables the return of the optional macro 'Segment Count' field. |
PdfReadMacroOption2 | Enables the return of the optional macro 'Time Stamp' field. |
PdfReadMacroOption3 | Enables the return of the optional macro 'Sender' field. |
PdfReadMacroOption4 | Enables the return of the optional macro 'Addressee' field. |
PdfReadMacroOption5 | Enables the return of the optional macro 'File Size' field. |
PdfReadMacroOption6 | Enables the return of the optional macro 'Checksum' field. |
PdfReadMacroOption79Az | Enables the return of all optional macro fields 7 to 9 and A to Z. |
PdfReadMode0 | Basic Channel Mode: No transmission of symbology ID, No escape doubling, Macro PDF is illegal, ECI is illegal and Reserved code words are illegal. |
PdfReadMode1 | Extended Channel Mode: Transmit L1 symbology ID, Escape doubling, Macro PDF is transmitted, ECI is transmitted and Reserved code words are transmitted. Use with PDF417 and MicroPDF417. |
PdfReadMode2 | Basic Channel Mode: Transmit L2 symbology ID, No escape doubling, Macro PDF is illegal, ECI is illegal, and Reserved code words are illegal. Use with PDF417 and MicroPDF417. |
PdfReadMode3Basic | Basic Channel Mode: Transmit L0 symbology ID, No escape doubling, Macro PDF is illegal, ECI is illegal and Reserved code words are illegal. Use with PDF417 and MicroPDF417. |
PdfReadMode3Extended | Extended Channel Mode: Transmit L0 symbology ID, Escape doubling, Macro PDF is transmitted, ECI is transmitted in GLI format and Reserved code words are transmitted. Used with PDF417 and MicroPDF417. |
PdfReadReturnPartial | Returns PDF417 data even when ECC does not succeed. |
ReturnCheck | When setting this bit, then the check character will return in all cases, regardless of Barcode1d.ErrorCheck being enabled or not. |
ReturnCorrupt | Enables the engine to return the area where an un-readable PDF417 symbol was located. |
ReturnFourPoints | Enables return of four corners and not bounding rectangle. |
UseColors | Enable searching for color barcodes. The colors are used as the exact bar and space colors for searching for the barcode. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.Barcode.DataContracts.BarcodeReadFlags
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