LEADTOOLS Barcode (Leadtools.Barcode assembly)

BarcodeReadFlags Enumeration

Show in webframe







Obsolete: Flags that identify the read processing options.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum BarcodeReadFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As BarcodeReadFlags

            

            
Leadtools.Barcode.Deprecated.BarcodeReadFlags = function() { };
Leadtools.Barcode.Deprecated.BarcodeReadFlags.prototype = {
None = 0x00000000, PdfReadMode0 = 0x00000000, Markers = 0x00000001, BlockSearch = 0x00000002, ReturnCorrupt = 0x00000080, UseColors = 0x00000200, DotmatrixForceInvert = 0x00000800, ReturnCheck = 0x00001000, DotmatrixFastFindDisable = 0x00001000, PdfReadMode1 = 0x00001000, ReturnFourPoints = 0x00002000, PdfReadMode2 = 0x00004000, PdfReadMode3Basic = 0x00005000, PdfReadMode3Extended = 0x00008000, MicroPdfReadModeBasic = 0x00009000, MicroPdfReadModeExtended = 0x0000C000, PdfReadMacroOption0 = 0x00010000, PdfReadMacroOption1 = 0x00020000, PdfReadMacroOption2 = 0x00040000, PdfReadMacroOption3 = 0x00080000, PdfReadMacroOption4 = 0x00100000, PdfReadMacroOption5 = 0x00200000, PdfReadMacroOption6 = 0x00400000, PdfReadMacroOption79Az = 0x00800000, PdfReadReturnPartial = 0x01000000, PdfFastRead = 0x02000000, ImageTypePicture = 0x08000000, };
[FlagsAttribute()]
public enum class BarcodeReadFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo read flags will be used.
0x00000000PdfReadMode0Basic Channel Mode :No transmission of symbology ID, No escape doubling, Macro PDF is illegal.ECI is illegal, Reserved code words are illegal.
0x00000001MarkersEnables the reading of barcodes that have start and end markers.
0x00000002BlockSearchSearch 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.
0x00000080ReturnCorruptEnable the engine to return the area where an un-readable PDF417 symbol was located.
0x00000200UseColorsEnable searching for color barcodes. The colors are used as the exact bar and space colors for searching for the barcode.
0x00000800DotmatrixForceInvertForce the Data Matrix read to search for reversed color symbols even if non-inverted color symbols has been found.
0x00001000ReturnCheckWhen setting this bit, then the check character will return in all cases, whether Barcode1d.ErrorCheck is enabled or not.
0x00001000DotmatrixFastFindDisableDisable fast find feature when reading Data Matrix symbols. Fast find is automatically disabled when reading small symbols.
0x00001000PdfReadMode1Extended Channel Mode.Transmit L1 symbology ID. Escape doubling. Macro PDF is transmitted. ECI is transmitted. Reserved code words are transmitted. Used with PDF417 and MicroPDF417.
0x00002000ReturnFourPointsEnable return of four corners and not bounding rectangle.
0x00004000PdfReadMode2Basic Channel Mode. Transmit L2 symbology ID. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal. Used with PDF417 and MicroPDF417.
0x00005000PdfReadMode3BasicBasic Channel Mode. Transmit L0 symbology ID. No escape doubling. Macro PDF is illegal. ECI is illegal. Reserved code words are illegal. Used with PDF417 and MicroPDF417.
0x00008000PdfReadMode3ExtendedExtended Channel Mode. Transmit L0 symbology ID. Escape doubling. Macro PDF is transmitted. ECI is transmitted in GLI format. Reserved code words transmitted. Used with PDF417 and MicroPDF417.
0x00009000MicroPdfReadModeBasicMicroPDF417 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. Reserved code words are illegal. Only used with MicroPDF417.
0x0000C000MicroPdfReadModeExtendedMicroPDF417 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. Reserved code words transmitted. Only used with MicroPDF417.
0x00010000PdfReadMacroOption0Enable the return of the optional macro 'File Name' field.
0x00020000PdfReadMacroOption1Enable the return of the optional macro 'Segment Count' field.
0x00040000PdfReadMacroOption2Enable the return of the optional macro 'Time Stamp' field.
0x00080000PdfReadMacroOption3Enable the return of the optional macro 'Sender' field.
0x00100000PdfReadMacroOption4Enable the return of the optional macro 'Addressee' field.
0x00200000PdfReadMacroOption5Enable the return of the optional macro 'File Size' field.
0x00400000PdfReadMacroOption6Enable the return of the optional macro 'Checksum' field.
0x00800000PdfReadMacroOption79AzEnable the return of all optional macro fields 7 to 9 and A to Z.
0x01000000PdfReadReturnPartialReturn PDF417 data even if ECC does not succeed.
0x02000000PdfFastReadEnable the fast find feature when reading PDF417 symbols.
0x08000000ImageTypePictureBarcode image is a picture image taken from camera or video devices if set, otherwise, barcode image is a scanned document one.
Remarks
These values are used when searching for linear, PDF417, MicroPDF417, or Data Matrix barcodes.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Barcode.Deprecated.BarcodeReadFlags

Requirements

Target Platforms

See Also

Reference

Leadtools.Barcode.Deprecated Namespace

 

 


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

Leadtools.Barcode requires a Barcode Module license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features