LEADTOOLS WCF Barcode (Leadtools.Services.Barcode.DataContracts assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.31
BarcodeReadFlags Enumeration
See Also  
Leadtools.Services.Barcode.DataContracts Namespace : BarcodeReadFlags Enumeration



The BarcodeReadFlags Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.

Flags that identify the read processing options.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeReadFlags")>
Public Enum BarcodeReadFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As BarcodeReadFlags
C# 
[FlagsAttribute()]
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeReadFlags")]
public enum BarcodeReadFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="BarcodeReadFlags")]
public enum class BarcodeReadFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
BlockSearchSearch 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.
DotmatrixFastFindDisableDisable fast find feature when reading Data Matrix symbols. Fast find is automatically disabled when reading small symbols.
DotmatrixForceInvertForce the Data Matrix read to search for reversed color symbols even if non-inverted color symbols has been found.
MarkersEnables the reading of barcodes that have start and end markers.
MicroPdfReadModeBasicMicroPDF417 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.
MicroPdfReadModeExtendedMicroPDF417 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.
NoneNo read flags will be used.
PdfFastReadEnable the fast find feature when reading PDF417 symbols.
PdfReadMacroOption0Enable the return of the optional macro ‘File Name’ field.
PdfReadMacroOption1Enable the return of the optional macro ‘Segment Count’ field.
PdfReadMacroOption2Enable the return of the optional macro ‘Time Stamp’ field.
PdfReadMacroOption3Enable the return of the optional macro ‘Sender’ field.
PdfReadMacroOption4Enable the return of the optional macro ‘Addressee’ field.
PdfReadMacroOption5Enable the return of the optional macro ‘File Size’ field.
PdfReadMacroOption6Enable the return of the optional macro ‘Checksum’ field.
PdfReadMacroOption79AzEnable the return of all optional macro fields 7 to 9 and A to Z.
PdfReadMode0Basic Channel Mode: No transmission of symbology ID, No escape doubling, Macro PDF is illegal, ECI is illegal and Reserved code words are illegal.
PdfReadMode1Extended Channel Mode: Transmit L1 symbology ID, Escape doubling, Macro PDF is transmitted, ECI is transmitted and Reserved code words are transmitted. Used with PDF417 and MicroPDF417.
PdfReadMode2Basic Channel Mode: Transmit L2 symbology ID, No escape doubling, Macro PDF is illegal, ECI is illegal, and Reserved code words are illegal. Used with PDF417 and MicroPDF417.
PdfReadMode3BasicBasic Channel Mode: Transmit L0 symbology ID, No escape doubling, Macro PDF is illegal, ECI is illegal and Reserved code words are illegal. Used with PDF417 and MicroPDF417.
PdfReadMode3ExtendedExtended 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.
PdfReadReturnPartialReturn PDF417 data even if ECC does not succeed.
ReturnCheckWhen setting this bit, then the check character will return in all cases, regardless of Barcode1d.ErrorCheck being enabled or not.
ReturnCorruptEnable the engine to return the area where an un-readable PDF417 symbol was located.
ReturnFourPointsEnable return of four corners and not bounding rectangle.
UseColorsEnable searching for color barcodes. The colors are used as the exact bar and space colors for searching for the barcode.

Remarks

These values are used when searching for linear, PDF417, MicroPDF417, or Data Matrix barcodes.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

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