Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction | Help Version 19.0.6.22
|
The following members have been removed from the existing types:
Member | Description |
---|---|
Leadtools.Barcode.BarcodeEngine.freeSupportedSymbologies(Leadtools.Barcode.BarcodeSymbology[]) (Objective C) | Removed in v19 |
Leadtools.Barcode.BarcodeReader.freeAvailableSymbologies(Leadtools.Barcode.BarcodeSymbology[]) (Objective C) | Removed in v19 |
Leadtools.Barcode.BarcodeReadSymbologyEventArgs.symbologiesCount (Objective C) | Removed in v19 |
Leadtools.Barcode.BarcodeWriter.freeAvailableSymbologies(Leadtools.Barcode.BarcodeSymbology[]) (Objective C) | Removed in v19 |
Leadtools.Barcode.BarcodeOptions.freeSupportedSymbologies(Leadtools.Barcode.BarcodeSymbology[]) (Objective C) | Removed in v19 |
The following members have been added to the existing types:
Member | Description |
---|---|
Leadtools.Barcode.BarcodeData.ParseECIData(Byte[]) | Parse barcode ECI data. |
Leadtools.Barcode.BarcodeData.Rect | The location and size on the image in pixels. |
Leadtools.Barcode.BarcodeData.BarWidthReduction | Gets and sets the bar width reduction value of this barcode in micrometer when reading 1D barcodes. |
Leadtools.Barcode.BarcodeData.AztecSymbolModel | Gets or sets the chosen symbol size when writing an Aztec barcode. |
Leadtools.Barcode.BarcodeData.MaxiSymbolModel | Gets or sets the chosen encoding mode when writing a Maxi Code barcode. |
Leadtools.Barcode.BarcodeData.MicroQRSymbolModel | Gets or sets the chosen symbol size when writing a Micro QR barcode. |
Leadtools.Barcode.BarcodeImageType.Unknown |
The barcode image type is unknown, try ScannedDocument first and if no barcodes were found, try Picture. |
Leadtools.Barcode.BarcodeReader.GetBarcodeReadOptionsType(Leadtools.Barcode.BarcodeSymbology) (WinRT) | Gets the type name of the barcode read options class associated with a symbology. |
Leadtools.Barcode.BarcodeReadSymbologyEventArgs.SymbologiesCount (Objective C) | Get Symbologies Count |
Leadtools.Barcode.BarcodeWriter.GetBarcodeWriteOptionsType(Leadtools.Barcode.BarcodeSymbology) (WinRT) | Gets the type name of the barcode write options class associated with a symbology. |
Leadtools.Barcode.BarcodeExceptionCode.AztecReadLocked |
Barcode Read Aztec is locked. |
Leadtools.Barcode.BarcodeExceptionCode.AztecWriteLocked |
Barcode Write Aztec is locked |
Leadtools.Barcode.BarcodeExceptionCode.MaxiReadLocked |
Barcode Read Maxi is locked |
Leadtools.Barcode.BarcodeExceptionCode.MaxiWriteLocked |
Barcode Write Maxi is locked |
Leadtools.Barcode.BarcodeExceptionCode.MicroQrReadLocked |
Barcode Read Micro QR is locked |
Leadtools.Barcode.BarcodeExceptionCode.MicroQrWriteLocked |
Barcode Write Micro QR is locked |
Leadtools.Barcode.BarcodeSymbology.Aztec |
Aztec. 2D symbol used for train tickets, airline tickets and government documents. This barcode is able to reduce the required space over other matrix barcode as it does not require a surrounding quiet zone. |
Leadtools.Barcode.BarcodeSymbology.Maxi |
MaxiCode. 2D symbol developed and used by the United Parcel Service to identify and track pieces of mail during delivery. |
Leadtools.Barcode.BarcodeSymbology.MicroQR |
Micro QR. 2D symbol used where symbol size is limited. There are four sizes; the largest is capable of encoding 35 characters. Some sizes support more than one error correction level. |
Leadtools.Barcode.Deprecated.BarcodeExceptionCode.AztecReadLocked | Barcode Read Aztec is locked. |
Leadtools.Barcode.Deprecated.BarcodeExceptionCode.AztecWriteLocked | Barcode Write Aztec is locked |
Leadtools.Barcode.Deprecated.BarcodeExceptionCode.MaxiReadLocked | Barcode Read Maxi is locked |
Leadtools.Barcode.Deprecated.BarcodeExceptionCode.MaxiWriteLocked | Barcode Write Maxi is locked |
Leadtools.Barcode.Deprecated.BarcodeExceptionCode.MicroQrReadLocked | Barcode Read Micro QR is locked |
Leadtools.Barcode.Deprecated.BarcodeExceptionCode.MicroQrWriteLocked | Barcode Write Micro QR is locked |
Leadtools.Barcode.Deprecated.BarcodeMajorTypeFlags.BarcodesAztecRead | Barcode Aztec read module |
Leadtools.Barcode.Deprecated.BarcodeMajorTypeFlags.BarcodesAztecWrite | Barcode Aztec write module |
Leadtools.Barcode.Deprecated.BarcodeMajorTypeFlags.BarcodesMaxiRead | Barcode Maxi read module |
Leadtools.Barcode.Deprecated.BarcodeMajorTypeFlags.BarcodesMaxiWrite | Barcode Maxi write module |
Leadtools.Barcode.Deprecated.BarcodeMajorTypeFlags.BarcodesMicroQrRead | Barcode Micro QR read module |
Leadtools.Barcode.Deprecated.BarcodeMajorTypeFlags.BarcodesMicroQrWrite | Barcode Micro QR write module |
Leadtools.Barcode.AztecBarcodeData | Contains the data for a single Aztec barcode. |
Leadtools.Barcode.AztecBarcodeData (Constructor) | Initializes a new instance of the AztecBarcodeData class with default values. |
Leadtools.Barcode.AztecBarcodeData.Clone | Creates an exact copy of this Aztec barcode. |
Leadtools.Barcode.AztecBarcodeData.Symbology | Gets or sets the barcode symbology (type) associated with this AztecBarcodeData. |
Leadtools.Barcode.AztecBarcodeSymbolModel | Specifies the Aztec Code symbol size. |
Leadtools.Barcode.AztecBarcodeSymbolModel.AutoSize |
Aztec Auto size |
Leadtools.Barcode.AztecBarcodeSymbolModel.Compact1 |
Aztec Compact 1 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Compact2 |
Aztec Compact 2 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Compact3 |
Aztec Compact 3 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Compact4 |
Aztec Compact 4 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full1 |
Aztec Full 1 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full2 |
Aztec Full 2 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full3 |
Aztec Full 3 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full4 |
Aztec Full 4 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full5 |
Aztec Full 5 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full6 |
Aztec Full 6 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full7 |
Aztec Full 7 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full8 |
Aztec Full 8 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full9 |
Aztec Full 9 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full10 |
Aztec Full 10 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full11 |
Aztec Full 11 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full12 |
Aztec Full 12 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full13 |
Aztec Full 13 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full14 |
Aztec Full 14 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full15 |
Aztec Full 15 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full16 |
Aztec Full 16 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full17 |
Aztec Full 17 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full18 |
Aztec Full 18 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full19 |
Aztec Full 19 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full20 |
Aztec Full 20 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full21 |
Aztec Full 21 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full22 |
Aztec Full 22 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full23 |
Aztec Full 23 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full24 |
Aztec Full 24 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full25 |
Aztec Full 25 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full26 |
Aztec Full 26 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full27 |
Aztec Full 27 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full28 |
Aztec Full 28 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full29 |
Aztec Full 29 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full30 |
Aztec Full 30 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full31 |
Aztec Full 31 |
Leadtools.Barcode.AztecBarcodeSymbolModel.Full32 |
Aztec Full 32 |
Leadtools.Barcode.AztecBarcodeReadOptions | Contains the extra options to use when reading Aztec barcodes. |
Leadtools.Barcode.AztecBarcodeReadOptions (Constructor) | Initializes a new instance of the AztecBarcodeReadOptions class with default values. |
Leadtools.Barcode.AztecBarcodeReadOptions.GetSupportedSymbologies | Returns the barcode symbologies supported by this class. |
Leadtools.Barcode.AztecBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.AztecBarcodeReadOptions.Clone | Creates an exact copy of this barcode write options. |
Leadtools.Barcode.AztecBarcodeReadOptions.CopyTo(Leadtools.Barcode.BarcodeOptions) | Copies the members of this options class to the specified object. |
Leadtools.Barcode.AztecBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.AztecBarcodeReadOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.AztecBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.AztecBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.AztecBarcodeWriteOptions | Contains the extra options to use when writing Aztec barcodes. |
Leadtools.Barcode.AztecBarcodeWriteOptions (Constructor) | Initializes a new instance of the AztecBarcodeWriteOptions class with default values. |
Leadtools.Barcode.AztecBarcodeWriteOptions.GetSupportedSymbologies | Returns the barcode symbologies supported by this class. |
Leadtools.Barcode.AztecBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.AztecBarcodeWriteOptions.Clone | Creates an exact copy of this barcode write options. |
Leadtools.Barcode.AztecBarcodeWriteOptions.CopyTo(Leadtools.Barcode.BarcodeOptions) | Copies the members of this options class to the specified object. |
Leadtools.Barcode.AztecBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.AztecBarcodeWriteOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.AztecBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.AztecBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.AztecBarcodeWriteOptions.AztecRune | Gets or sets a value indicating whether to write Aztec Rune barcode or not. |
Leadtools.Barcode.AztecBarcodeWriteOptions.AztecRuneValue | Gets or sets a value to be encoded when writing an Aztec Rune barcode. |
Leadtools.Barcode.AztecBarcodeWriteOptions.ErrorCorrectionRate | Gets or sets the error detection and correction ratio when writing an Aztec barcode. |
Leadtools.Barcode.AztecBarcodeWriteOptions.QuietZone | Gets or sets the quiet zone value when writing an Aztec barcode. |
Leadtools.Barcode.AztecBarcodeWriteOptions.SymbolModel | Gets or sets the chosen symbol size when writing an Aztec barcode. |
Leadtools.Barcode.AztecBarcodeWriteOptions.XModule | Gets or sets a value that indicates the size of the smallest module when writing an Aztec barcode. |
Leadtools.Barcode.DatamatrixBarcodeReadOptions.EnableDoublePassIfSuccess | Gets or sets a value indicating whether to enable the double pass if success setting when reading Datamatrix symbols. |
Leadtools.Barcode.DatamatrixBarcodeReadOptions.GS1toHRI | Gets or sets a value indicating whether the Datamatrix reader will format the resulting string in human readable interpretation (HRI). |
Leadtools.Barcode.DatamatrixBarcodeWriteOptions.HRItoGS1 | Gets or sets a value that indicates whether the data is formatted as GS1. |
Leadtools.Barcode.MaxiBarcodeData | Contains the data for a single Maxi barcode. |
Leadtools.Barcode.MaxiBarcodeData (Constructor) | Initializes a new instance of the MaxiBarcodeData class with default values. |
Leadtools.Barcode.MaxiBarcodeData.Clone | Creates an exact copy of this Maxi barcode. |
Leadtools.Barcode.MaxiBarcodeData.Symbology | Gets or sets the barcode symbology (type) associated with this MaxiBarcodeData. |
Leadtools.Barcode.MaxiBarcodeSymbolModel | Specifies the encoding mode for Maxi Code symbol. |
Leadtools.Barcode.MaxiBarcodeSymbolModel.MaxiCodeMode2 |
MaxiCode Mode 2 |
Leadtools.Barcode.MaxiBarcodeSymbolModel.MaxiCodeMode3 |
MaxiCode Mode 3 |
Leadtools.Barcode.MaxiBarcodeSymbolModel.MaxiCodeMode4 |
MaxiCode Mode 4 |
Leadtools.Barcode.MaxiBarcodeSymbolModel.MaxiCodeMode5 |
MaxiCode Mode 5 |
Leadtools.Barcode.MaxiBarcodeReadOptions | Contains the extra options to use when reading Maxi barcodes. |
Leadtools.Barcode.MaxiBarcodeReadOptions (Constructor) | Initializes a new instance of the MaxiBarcodeReadOptions class with default values. |
Leadtools.Barcode.MaxiBarcodeReadOptions.GetSupportedSymbologies | Returns the barcode symbologies supported by this class. |
Leadtools.Barcode.MaxiBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.MaxiBarcodeReadOptions.Clone | Creates an exact copy of this barcode write options. |
Leadtools.Barcode.MaxiBarcodeReadOptions.CopyTo(Leadtools.Barcode.BarcodeOptions) | Copies the members of this options class to the specified object. |
Leadtools.Barcode.MaxiBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.MaxiBarcodeReadOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.MaxiBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.MaxiBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.MaxiBarcodeWriteOptions | Contains the extra options to use when writing MaxiCode barcodes. |
Leadtools.Barcode.MaxiBarcodeWriteOptions (Constructor) | Initializes a new instance of the MaxiBarcodeWriteOptions class with default values. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.GetSupportedSymbologies | Returns the barcode symbologies supported by this class. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.Clone | Creates an exact copy of this barcode write options. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.CopyTo(Leadtools.Barcode.BarcodeOptions) | Copies the members of this options class to the specified object. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.CountryCode | Gets or sets the country code when writing a Maxi Code barcode using mode 2 or mode 3. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.OpenSystemStandard | Gets or sets a value indicating whether to use open system standard or not. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.PostalCodeChar | Gets or sets the alphanumeric postal code when writing a Maxi Code barcode using mode 3. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.PostalCodeNum | Gets or sets the numeric postal code when writing a Maxi Code barcode using mode 2. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.Resolution | Gets or sets the resolution of the output barcode. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.ServiceClass | Gets or sets the service class when writing a Maxi Code barcode using mode 2 or mode 3. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.SymbolModel | Gets or sets the chosen encoding mode when writing a Maxi Code barcode. |
Leadtools.Barcode.MaxiBarcodeWriteOptions.Year | Gets or sets the year when writing a Maxi Code barcode using mode 2 or mode 3 with open system standard message. |
Leadtools.Barcode.MicroPDF417BarcodeReadOptions.EnableDoublePassIfSuccess | Gets or sets a value indicating whether to enable the double pass if success setting when reading MicroPDF417 symbols. |
Leadtools.Barcode.MicroQRBarcodeData | Contains the data for a single MicroQR barcode. |
Leadtools.Barcode.MicroQRBarcodeData (Constructor) | Initializes a new instance of the MicroQRBarcodeData class with default values. |
Leadtools.Barcode.MicroQRBarcodeData.Clone | Creates an exact copy of this MicroQR barcode. |
Leadtools.Barcode.MicroQRBarcodeData.Symbology | Gets or sets the barcode symbology (type) associated with this MicroQRBarcodeData. |
Leadtools.Barcode.MicroQRBarcodeSymbolModel | Specifies the Micro QR symbol size. |
Leadtools.Barcode.MicroQRBarcodeSymbolModel.AutoSize |
Micro QR Auto size |
Leadtools.Barcode.MicroQRBarcodeSymbolModel.MicroQRM1 |
Micro QR M1 |
Leadtools.Barcode.MicroQRBarcodeSymbolModel.MicroQRM2L |
Micro QR M2 with error correction level L |
Leadtools.Barcode.MicroQRBarcodeSymbolModel.MicroQRM2M |
Micro QR M2 with error correction level M |
Leadtools.Barcode.MicroQRBarcodeSymbolModel.MicroQRM3L |
Micro QR M3 with error correction level L |
Leadtools.Barcode.MicroQRBarcodeSymbolModel.MicroQRM3M |
Micro QR Model 3M with error correction level M |
Leadtools.Barcode.MicroQRBarcodeSymbolModel.MicroQRM4L |
Micro QR M4 with error correction level L |
Leadtools.Barcode.MicroQRBarcodeSymbolModel.MicroQRM4M |
Micro QR M4 with error correction level M |
Leadtools.Barcode.MicroQRBarcodeSymbolModel.MicroQRM4Q |
Micro QR M4 with error correction level Q |
Leadtools.Barcode.MicroQRBarcodeReadOptions | Contains the extra options to use when reading MicroQR barcodes. |
Leadtools.Barcode.MicroQRBarcodeReadOptions (Constructor) | Initializes a new instance of the MicroQRBarcodeReadOptions class with default values. |
Leadtools.Barcode.MicroQRBarcodeReadOptions.GetSupportedSymbologies | Returns the barcode symbologies supported by this class. |
Leadtools.Barcode.MicroQRBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.MicroQRBarcodeReadOptions.Clone | Creates an exact copy of this barcode write options. |
Leadtools.Barcode.MicroQRBarcodeReadOptions.CopyTo(Leadtools.Barcode.BarcodeOptions) | Copies the members of this options class to the specified object. |
Leadtools.Barcode.MicroQRBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.MicroQRBarcodeReadOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.MicroQRBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.MicroQRBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions | Contains the extra options to use when writing MicroQR barcodes. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions (Constructor) | Initializes a new instance of the MicroQRBarcodeWriteOptions class with default values. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.GetSupportedSymbologies | Returns the barcode symbologies supported by this class. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.Clone | Creates an exact copy of this barcode write options. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.CopyTo(Leadtools.Barcode.BarcodeOptions) | Copies the members of this options class to the specified object. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.SymbolModel | Gets or sets the chosen symbol size when writing a Micro QR barcode. |
Leadtools.Barcode.MicroQRBarcodeWriteOptions.XModule | Gets or sets a value that indicates the size of the smallest module when writing a MicroQR barcode. |
Leadtools.Barcode.OneDBarcodeReadOptions.Code39Extended | Gets or sets a value that indicates whether to decode extended characters when reading code 3 of 9 symbols or not. |
Leadtools.Barcode.OneDBarcodeReadOptions.ResizeSmall1D | Enhance the bars for the small module width symbols. |
Leadtools.Barcode.OneDBarcodeReadOptions.CalculateBarWidthReduction | Gets or sets a value that indicates whether to calculate the bar width reduction. |
Leadtools.Barcode.PDF417BarcodeReadOptions.EnableDoublePassIfSuccess | Gets or sets a value indicating whether to enable the double pass if success setting when reading PDF417 symbols. |
Leadtools.Barcode.PharmaCodeBarcodeReadOptions | Contains the extra options to use when reading PharmaCode barcodes. |
Leadtools.Barcode.PharmaCodeBarcodeReadOptions (Constructor) | Initializes a new instance of the PharmaCodeBarcodeReadOptions class with default values. |
Leadtools.Barcode.PharmaCodeBarcodeReadOptions.GetSupportedSymbologies | Returns the barcode symbologies supported by this class. |
Leadtools.Barcode.PharmaCodeBarcodeReadOptions.Clone | Creates an exact copy of this barcode write options. |
Leadtools.Barcode.PharmaCodeBarcodeReadOptions.CopyTo(Leadtools.Barcode.BarcodeOptions) | Copies the members of this options class to the specified object. |
Leadtools.Barcode.PharmaCodeBarcodeReadOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.PharmaCodeBarcodeReadOptions.SearchDirection | Gets or sets a value that indicates the direction to use when searching for barcodes. |
Leadtools.Barcode.PharmaCodeBarcodeWriteOptions | Contains the extra options to use when writing PhamraCode barcodes. |
Leadtools.Barcode.PharmaCodeBarcodeWriteOptions (Constructor) | Initializes a new instance of the PharmaCodeBarcodeWriteOptions class with default values. |
Leadtools.Barcode.PharmaCodeBarcodeWriteOptions.GetSupportedSymbologies | Returns the barcode symbologies supported by this class. |
Leadtools.Barcode.PharmaCodeBarcodeWriteOptions.Clone | Creates an exact copy of this barcode write options. |
Leadtools.Barcode.PharmaCodeBarcodeWriteOptions.CopyTo(Leadtools.Barcode.BarcodeOptions) | Copies the members of this options class to the specified object. |
Leadtools.Barcode.PharmaCodeBarcodeWriteOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.PharmaCodeBarcodeWriteOptions.UseXModule | Gets or sets a value that indicates whether to use the XModule when writing barcodes of this type. |
Leadtools.Barcode.PharmaCodeBarcodeWriteOptions.XModule | Gets or sets a value that indicates the size of the smallest module when writing a PhamraCode barcode. |
Leadtools.Barcode.QRBarcodeReadOptions.EnableDoublePassIfSuccess | Gets or sets a value indicating whether to enable the double pass if success setting when reading QR symbols. |
The following members have been added to the existing types:
Member | Description |
---|---|
Leadtools.Barcode.BarcodeData.CopyTo(Leadtools.Barcode.BarcodeData) (WinRT) |
For information about this property please see CopyTo. |
Leadtools.Barcode.BarcodeData.Bounds (WinRT) |
For information about this property please see Bounds. |
Leadtools.Barcode.BarcodeData.DatamatrixSymbolSize | Gets or sets the Datamatrix barcode symbol size. |
Leadtools.Barcode.BarcodeData.MicroPDF417IsLinked | Gets a value that indicates whether the MicroPDF417 barcode is linked to a linear symbol printed below it. |
Leadtools.Barcode.BarcodeData.MicroPDF417DataCode | Gets or sets a value that indicates the MicroPDF417 barcode function code word for Code 128 emulation. |
Leadtools.Barcode.BarcodeData.PDF417Group | Gets or sets a value that specifies whether this PDF417 barcode symbol is a member of a group of symbols. |
Leadtools.Barcode.BarcodeData.QRSymbolModel | Gets or sets the QR barcode symbol model and version. |
Leadtools.Barcode.BarcodeEngine.freeSupportedSymbologies(Leadtools.Barcode.BarcodeSymbology[]) (Objective C) | Free allocated supportedSymbologies array returned by getSupportedSymbologies method |
Leadtools.Barcode.BarcodeImageType | Determines the type of barcode image when reading barcodes. |
Leadtools.Barcode.BarcodeImageType.ScannedDocument |
The barcode image is generated using a scanner. |
Leadtools.Barcode.BarcodeImageType.Picture |
The barcode image is a picture taken from camera or video devices. |
Leadtools.Barcode.BarcodeReader.freeAvailableSymbologies(Leadtools.Barcode.BarcodeSymbology[]) (Objective C) | Free allocated availableSymbologies array returned by getAvailableSymbologies method |
Leadtools.Barcode.BarcodeReader.GetAllDefaultOptions (WinRT) |
For information about this method please see GetAllDefaultOptions. |
Leadtools.Barcode.BarcodeReader.GetDefaultOptions(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see GetDefaultOptions. |
Leadtools.Barcode.BarcodeReader.ReadBarcode(Leadtools.RasterImage,Leadtools.LeadRect,Leadtools.Barcode.BarcodeSymbology) |
For information about this method please see ReadBarcode. |
Leadtools.Barcode.BarcodeReader.ReadBarcode(Leadtools.RasterImage,Leadtools.LeadRect,Leadtools.Barcode.BarcodeSymbology,Leadtools.Barcode.IBarcodeReadOptions) |
For information about this method please see ReadBarcode. |
Leadtools.Barcode.BarcodeReader.ReadBarcode(Leadtools.RasterImage,Leadtools.LeadRect,Leadtools.Barcode.BarcodeSymbology[]) |
For information about this method please see ReadBarcode. |
Leadtools.Barcode.BarcodeReader.ReadBarcode(Leadtools.RasterImage,Leadtools.LeadRect,Leadtools.Barcode.BarcodeSymbology[],Leadtools.Barcode.IBarcodeReadOptions[]) |
For information about this method please see ReadBarcode. |
Leadtools.Barcode.BarcodeReader.ReadBarcodes(Leadtools.RasterImage,Leadtools.LeadRect,Int32,Leadtools.Barcode.BarcodeSymbology[]) |
For information about this method please see ReadBarcodes. |
Leadtools.Barcode.BarcodeReader.ReadBarcodes(Leadtools.RasterImage,Leadtools.LeadRect,Int32,Leadtools.Barcode.BarcodeSymbology[],Leadtools.Barcode.IBarcodeReadOptions[]) |
For information about this method please see ReadBarcodes. |
Leadtools.Barcode.BarcodeReader.ImageType | Gets or sets the barcode image type when reading barcodes. |
Leadtools.Barcode.BarcodeReadSymbologyEventArgs.symbologiesCount (Objective C) | Get Symbologies Count |
Leadtools.Barcode.BarcodeReadSymbologyEventArgs.Options (WinRT) |
For information about this method please see Options. |
Leadtools.Barcode.BarcodeReadSymbologyEventArgs.HResult | Any error that may have occurred during the read operation. |
Leadtools.Barcode.BarcodeWriter.GetAllDefaultOptions (WinRT) |
For information about this method please see GetAllDefaultOptions. |
Leadtools.Barcode.BarcodeWriter.GetDefaultOptions(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see GetDefaultOptions. |
Leadtools.Barcode.BarcodeWriter.CalculateBarcodeDataBounds(Leadtools.LeadRect,Int32,Int32,Leadtools.Barcode.BarcodeData,Leadtools.Barcode.IBarcodeWriteOptions) (WinRT) |
For information about this method please see CalculateBarcodeDataBounds. |
Leadtools.Barcode.BarcodeWriter.WriteBarcode(Leadtools.RasterImage,Leadtools.Barcode.BarcodeData,Leadtools.Barcode.IBarcodeWriteOptions) (WinRT) |
For information about this method please see WriteBarcode. |
Leadtools.Barcode.BarcodeWriter.freeAvailableSymbologies(Leadtools.Barcode.BarcodeSymbology[]) (Objective C) | Free allocated availableSymbologies array returned by getAvailableSymbologies method |
Leadtools.Barcode.BarcodeException.FromHResult(Int32) | Creates a BarcodeException object from the specified HRESULT value, if the value is a valid LEADTOOLS error code. |
Leadtools.Barcode.BarcodeException.HResult | Gets the HRESULT associated with this exception. |
Leadtools.Barcode.BarcodeOptions.freeSupportedSymbologies(Leadtools.Barcode.BarcodeSymbology[]) (Objective C) | Free allocated supportedSymbologies array returned by getSupportedSymbologies method |
Leadtools.Barcode.IBarcodeOptions | Interface for barcode read or write options. |
Leadtools.Barcode.IBarcodeOptions.GetSupportedSymbologies | Gets the supported symbologies for this options class. |
Leadtools.Barcode.IBarcodeOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) | Gets a value that indicate whether the specified symbology is supported by this read or write options class. |
Leadtools.Barcode.IBarcodeOptions.Clone | Creates an exact copy of this barcode read or write options. |
Leadtools.Barcode.IBarcodeOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) | Copies the members of this barcode read or write options to the specified object. |
Leadtools.Barcode.IBarcodeReadOptions | Interface for all the barcode read options. |
Leadtools.Barcode.IBarcodeReadOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.IBarcodeReadOptions.ForeColor | Gets or sets the barcode foreground (bars or symbol) color used when reading barcodes. |
Leadtools.Barcode.IBarcodeReadOptions.BackColor | Gets or sets the barcode background (spaces) color used when reading barcodes. |
Leadtools.Barcode.IBarcodeWriteOptions | Interface for all the barcode write options. |
Leadtools.Barcode.IBarcodeWriteOptions.FriendlyName | Gets the friendly name of this class. |
Leadtools.Barcode.IBarcodeWriteOptions.ForeColor | Gets or sets the barcode foreground (bars or symbol) color used when writing barcodes. |
Leadtools.Barcode.IBarcodeWriteOptions.BackColor | Gets or sets the barcode background (spaces) color used when writing barcodes. |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.ImageTypePicture | Barcode image is a picture image taken from camera or video devices if set, otherwise, barcode image is a scanned document one. |
Leadtools.Barcode.DatamatrixBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.DatamatrixBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.DatamatrixBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.DatamatrixBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.DatamatrixBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.DatamatrixBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.DatamatrixBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.DatamatrixBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.FourStateBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.FourStateBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.FourStateBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.FourStateBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.FourStateBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.FourStateBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.FourStateBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.FourStateBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.GS1DatabarStackedBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.GS1DatabarStackedBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.GS1DatabarStackedBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.GS1DatabarStackedBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.GS1DatabarStackedBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.GS1DatabarStackedBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.GS1DatabarStackedBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.GS1DatabarStackedBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.MicroPDF417BarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.MicroPDF417BarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.MicroPDF417BarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.MicroPDF417BarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.MicroPDF417BarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.MicroPDF417BarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.MicroPDF417BarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.MicroPDF417BarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.OneDBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.OneDBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.OneDBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.OneDBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.OneDBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.OneDBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.OneDBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.OneDBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.PatchCodeBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.PatchCodeBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.PatchCodeBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.PatchCodeBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.PatchCodeBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.PatchCodeBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.PatchCodeBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.PatchCodeBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.PDF417BarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.PDF417BarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.PDF417BarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.PDF417BarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.PDF417BarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.PDF417BarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.PDF417BarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.PDF417BarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.PostNetPlanetBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.PostNetPlanetBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.PostNetPlanetBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.PostNetPlanetBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.PostNetPlanetBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.PostNetPlanetBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.PostNetPlanetBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.PostNetPlanetBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.QRBarcodeWriteOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.QRBarcodeWriteOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.QRBarcodeWriteOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.QRBarcodeWriteOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Leadtools.Barcode.QRBarcodeReadOptions.IsSupportedSymbology(Leadtools.Barcode.BarcodeSymbology) (WinRT) |
For information about this method please see IsSupportedSymbology. |
Leadtools.Barcode.QRBarcodeReadOptions.CopyTo(Leadtools.Barcode.IBarcodeOptions) (WinRT) |
For information about this method please see CopyTo. |
Leadtools.Barcode.QRBarcodeReadOptions.BackColor (WinRT) |
For information about this property please see BackColor. |
Leadtools.Barcode.QRBarcodeReadOptions.ForeColor (WinRT) |
For information about this property please see ForeColor. |
Android,iOS / OS X, and .NET WinForms support - LEADTOOLS V18 adds Android support to its toolkits through the new LEADTOOLS Android SDK. In addition, iOS / OS X support for its toolkits has been added through the new LEADTOOLS iOS / OS X SDK; and .NET WinForms support has been added through the new LEADTOOLS .NET WinForms SDK. These toolkits provide everything a developer needs to create imaging-enabled Android, iOS / OS X, or .NET WinForms applications.
The following Libraries have been added to LEADTOOLS v18:
Packages, Frameworks or DLLs / Shared Object Libraries | Comments |
---|---|
leadtools.barcode.jar / leadtools.barcode.so libleadtools.barcode.datamatrixread.so |
Android support for implementing Barcode Recognition. |
Leadtools.Barcode.framework | iOS / OS X support for implementing Barcode Recognition. |
Leadtools.Barcode.DLL | .NET WinForms support for implementing Barcode Recognition. |
WinRT support - LEADTOOLS V17.5 adds WinRT support for barcodes through the new LEADTOOLS WinRT SDK. The LEADTOOLS WinRT SDK contains everything a developer needs to create imaging-enabled Windows Store applications. It is available as an add-on to the Imaging Pro, Document Imaging and the Medical line. It is included in Document Suite and Recognition.
The following Library has been added to LEADTOOLS v17.5:
Assemblies | Metadata | Comments |
---|---|---|
Leadtools.Barcode.DLL | Leadtools.Barcode.winmd | Contains functions for implementing Barcode Recognition. |
The barcode support in the LEADTOOLS .NET toolkit has been completely redesigned to offer more logical grouping of barcode related functionality and tasks:
Barcode read and write tasks have been moved into their own separate classes (Leadtools.Barcode.BarcodeReader and Leadtools.Barcode.BarcodeWriter.
The read and write options for each barcode symbology (type) or group of related symbologies have been grouped into their own classes. For example, all PDF417 barcode symbology related read options are now in the PDF417BarcodeReadOptions class, all QR barcode symbology related write options are now in the QRBarcodeWriteOptions class and so on. All these classes derive from the base BarcodeReadOptions and BarcodeWriteOptions classes.
Similarly, a base BarcodeData class has been introduced that contains a generic barcode data (the raw stream of bytes, a string representation, the location, and the color). For barcode symbologies that contain extra information in the data, such as the symbol size of a Datamatrix barcode, a specific data type class is available that derive from BarcodeData and contains this extra information. In this case, the DatamatrixBarcodeData class.
Added support for reading more than one barcode type at a time, even if the barcode specific symbology is not known beforehand. This offers a simple way of reading from an image all barcodes regardless of type. This is accomplished through the various BarcodeReader.ReadBarcode and BarcodeReader.ReadBarcodes methods.
Support for default read options. Instead of passing the same options over and over for each read operation, you can now set the options once by obtaining the default options used for a specific symbology through the BarcodeReader.GetDefaultOptions method and changing the members of the returned object. In addition, you can still use the read methods that accept BarcodeReadOptions to override the default options.
All options and data classes are XML serializable for easy load and save to external storage and cloneable for easy duplication of data.
The barcode classes and types previous to LEADTOOLS 17.5 are still usable from the new Leadtools.Barcode.dll assembly but have been moved to the new namespace Leadtools.Barcode.Deprecated. You can still compile your existing code using LEADTOOLS 19 by changing your #using or Import statements to reference Leadtools.Barcode.Deprecated instead of Leadtools.Barcode. However, these deprecated types will not be supported in future versions of LEADTOOLS and you are encouraged to port your code using the new types in Leadtools.Barcode instead.
The following table, lists the deprecated types and members and the new equivalent types and members that achieve the same functionality (all equivalents are in the Leadtools.Barcode namespace):
Deprecated | Equivalent |
---|---|
Leadtools.Barcode.Deprecated.BarcodeEngine | BarcodeEngine |
Leadtools.Barcode.Deprecated.BarcodeEngine.Read | BarcodeReader.ReadBarcode and BarcodeReader.ReadBarcodes |
Leadtools.Barcode.Deprecated.BarcodeEngine.Write | BarcodeWriter.WriteBarcode |
Leadtools.Barcode.Deprecated.BarcodeEngine.CalculateBarcodeSize | BarcodeWriter.CalculateBarcodeDataBounds |
Leadtools.Barcode.Deprecated.BarcodeException | BarcodeException |
Leadtools.Barcode.Deprecated.BarcodeExceptionCode | BarcodeExceptionCode |
Leadtools.Barcode.Deprecated.BarcodeData | BarcodeData, DatamatrixBarcodeData, MicroPDF417BarcodeData, PDF417BarcodeData and QRBarcodeData |
Leadtools.Barcode.Deprecated.BarcodeData.Group | PDF417BarcodeData.Group |
Leadtools.Barcode.Deprecated.BarcodeData.SearchType | BarcodeData.Symbology |
Leadtools.Barcode.Deprecated.BarcodeData.Unit | BarcodeData.Bounds.Units |
Leadtools.Barcode.Deprecated.BarcodeData.Location | BarcodeData.Bounds |
Leadtools.Barcode.Deprecated.BarcodeData.Data | BarcodeData.GetData and BarcodeData.SetData |
Leadtools.Barcode.Deprecated.BarcodeData.IndexDuplicate | The concept of duplicated barcodes has been removed from LEADTOOLS v17.5 |
Leadtools.Barcode.Deprecated.BarcodeData.TotalCount | The concept of duplicated barcodes has been removed from LEADTOOLS v17.5 |
Leadtools.Barcode.Deprecated.BarcodeData.DuplicateCount | The concept of duplicated barcodes has been removed from LEADTOOLS v17.5 |
Leadtools.Barcode.Deprecated.BarcodeData.IsDuplicated | The concept of duplicated barcodes has been removed from LEADTOOLS v17.5 |
Leadtools.Barcode.Deprecated.BarcodeData.DuplicatedIndex | The concept of duplicated barcodes has been removed from LEADTOOLS v17.5 |
Leadtools.Barcode.Deprecated.BarcodeData.GetFirstDuplicatedIndex | The concept of duplicated barcodes has been removed from LEADTOOLS v17.5 |
Leadtools.Barcode.Deprecated.BarcodeData.GetNextDuplicated | The concept of duplicated barcodes has been removed from LEADTOOLS v17.5 |
Leadtools.Barcode.Deprecated.BarcodeData.Flags | see BarcodeDataFlags |
Leadtools.Barcode.Deprecated.BarcodeData.DataCode | MicroPDF417BarcodeData.DataCode |
Leadtools.Barcode.Deprecated.BarcodeData.Angle | BarcodeData.RotationAngle |
Leadtools.Barcode.Deprecated.BarcodeData.ConvertToStringArray | BarcodeData.Value and BarcodeData.ToString |
Leadtools.Barcode.Deprecated.BarcodeData.ConvertFromStringArray | BarcodeData.Value |
Leadtools.Barcode.Deprecated.BarcodeColor | BarcodeReadOptions.ForeColor, BarcodeReadOptions.BackColor, BarcodeWriteOptions.ForeColor and BarcodeWriteOptions.BackColor |
Leadtools.Barcode.Deprecated.BarcodeColor.BarColor | BarcodeReadOptions.ForeColor and BarcodeWriteOptions.ForeColor |
Leadtools.Barcode.Deprecated.BarcodeColor.SpaceColor | BarcodeReadOptions.BackColor and BarcodeWriteOptions.BackColor |
Leadtools.Barcode.Deprecated.Barcode1d | OneDBarcodeReadOptions, OneDBarcodeWriteOptions, FourStateBarcodeReadOptions, FourStateBarcodeWriteOptions, GS1DatabarStackedBarcodeReadOptions, GS1DatabarStackedBarcodeWriteOptions, PatchCodeBarcodeReadOptions, PatchCodeBarcodeWriteOptions, PostNetPlanetBarcodeReadOptions and PostNetPlanetBarcodeWriteOptions |
Leadtools.Barcode.Deprecated.Barcode1d.OutShowText | OneDBarcodeWriteOptions.TextPosition and FourStateBarcodeWriteOptions.TextPosition |
Leadtools.Barcode.Deprecated.Barcode1d.Direction | OneDBarcodeReadOptions.SearchDirection, FourStateBarcodeReadOptions.SearchDirection, GS1DatabarStackedBarcodeReadOptions.SearchDirection, PatchCodeBarcodeReadOptions.SearchDirection and PostNetPlanetBarcodeReadOptions.SearchDirection |
Leadtools.Barcode.Deprecated.Barcode1d.ErrorCheck | OneDBarcodeReadOptions.EnableErrorCheck and OneDBarcodeWriteOptions.EnableErrorCheck |
Leadtools.Barcode.Deprecated.Barcode1d.Granularity | OneDBarcodeReadOptions.Granularity, FourStateBarcodeReadOptions.Granularity, GS1DatabarStackedBarcodeReadOptions.Granularity, PatchCodeBarcodeReadOptions.Granularity and PostNetPlanetBarcodeReadOptions.Granularity |
Leadtools.Barcode.Deprecated.Barcode1d.MinimumLength | OneDBarcodeReadOptions.MinimumStringLength |
Leadtools.Barcode.Deprecated.Barcode1d.MaximumLength | OneDBarcodeReadOptions.MaximumStringLength |
Leadtools.Barcode.Deprecated.Barcode1d.WhiteLines | OneDBarcodeReadOptions.WhiteLinesNumber and PostNetPlanetBarcodeReadOptions.WhiteLinesNumber |
Leadtools.Barcode.Deprecated.Barcode1d.StandardFlags | See Barcode1dStandardFlags |
Leadtools.Barcode.Deprecated.Barcode1d.AdvancedFlags | See Barcode1dAdvancedFlags |
Leadtools.Barcode.Deprecated.Barcode1d.XModule | OneDBarcodeWriteOptions.XModule, FourStateBarcodeWriteOptions.XModule, GS1DatabarStackedBarcodeWriteOptions.XModule, PatchCodeBarcodeWriteOptions.XModule, PostNetPlanetBarcodeWriteOptions.XModule, PDF417BarcodeWriteOptions.XModule, MicroPDF417BarcodeWriteOptions.XModule and QRBarcodeWriteOptions.XModule |
Leadtools.Barcode.Deprecated.BarcodeReadPdf | PDF417BarcodeReadOptions and MicroPDF417BarcodeReadOptions |
Leadtools.Barcode.Deprecated.BarcodeReadPdf.Direction | PDF417BarcodeReadOptions.SearchDirection and MicroPDF417BarcodeReadOptions.SearchDirection |
Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix | DatamatrixBarcodeWriteOptions |
Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix.Justify | DatamatrixBarcodeWriteOptions.HorizontalAlignment and DatamatrixBarcodeWriteOptions.VerticalAlignment |
Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix.GroupNumber | DatamatrixBarcodeWriteOptions.GroupNumber |
Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix.GroupTotal | DatamatrixBarcodeWriteOptions.GroupTotal |
Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix.FileIdLow | DatamatrixBarcodeWriteOptions.FileIdNumberLowByte |
Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix.FileIdHigh | DatamatrixBarcodeWriteOptions.FileIdNumberHighByte |
Leadtools.Barcode.Deprecated.BarcodeWriteDatamatrix.XModule | DatamatrixBarcodeWriteOptions.XModule |
Leadtools.Barcode.Deprecated.BarcodeWritePdf | PDF417BarcodeWriteOptions and MicroPDF417BarcodeWriteOptions |
Leadtools.Barcode.Deprecated.BarcodeWritePdf.EccPercentage | PDF417BarcodeWriteOptions.ECCPercentage |
Leadtools.Barcode.Deprecated.BarcodeWritePdf.EccLevel | PDF417BarcodeWriteOptions.ECCLevel |
Leadtools.Barcode.Deprecated.BarcodeWritePdf.AspectHeight | PDF417BarcodeWriteOptions.SymbolHeightAspectRatio |
Leadtools.Barcode.Deprecated.BarcodeWritePdf.AspectWidth | PDF417BarcodeWriteOptions.SymbolWidthAspectRatio |
Leadtools.Barcode.Deprecated.BarcodeWritePdf.ModAspectRatio | PDF417BarcodeWriteOptions.XModuleAspectRatio and MicroPDF417BarcodeWriteOptions.XModuleAspectRatio |
Leadtools.Barcode.Deprecated.BarcodeWritePdf.Columns | PDF417BarcodeWriteOptions.Columns and MicroPDF417BarcodeWriteOptions.SymbolSize |
Leadtools.Barcode.Deprecated.BarcodeWritePdf.Rows | PDF417BarcodeWriteOptions.Rows and MicroPDF417BarcodeWriteOptions.SymbolSize |
Leadtools.Barcode.Deprecated.BarcodeWritePdf.Module | PDF417BarcodeWriteOptions.XModule and MicroPDF417BarcodeWriteOptions.XModule |
Leadtools.Barcode.Deprecated.BarcodeWritePdf.Justify | PDF417BarcodeWriteOptions.HorizontalAlignment, PDF417BarcodeWriteOptions.VerticalAlignment, MicroPDF417BarcodeWriteOptions.HorizontalAlignment and MicroPDF417BarcodeWriteOptions.VerticalAlignment |
Leadtools.Barcode.Deprecated.BarcodeWriteQr | QRBarcodeWriteOptions |
Leadtools.Barcode.Deprecated.BarcodeWriteQr.Justify | QRBarcodeWriteOptions.HorizontalAlignment and QRBarcodeWriteOptions.VerticalAlignment |
Leadtools.Barcode.Deprecated.BarcodeWriteQr.GroupNumber | QRBarcodeWriteOptions.GroupNumber |
Leadtools.Barcode.Deprecated.BarcodeWriteQr.GroupTotal | QRBarcodeWriteOptions.GroupTotal |
Leadtools.Barcode.Deprecated.BarcodeWriteQr.EccLevel | QRBarcodeWriteOptions.ECCLevel |
Leadtools.Barcode.Deprecated.BarcodeWriteQr.XModule | QRBarcodeWriteOptions.XModule |
Leadtools.Barcode.Deprecated.BarcodeUnit | Leadtools.Forms.LogicalUnit |
Leadtools.Barcode.Deprecated.BarcodeDataFlags.Linked | MicroPDF417BarcodeData.IsLinked |
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.LeftToRight | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.RightToLeft | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.TopToBottom | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.BottomToTop | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.Skew | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.Diagonal | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.Horizontal | BarcodeSearchDirection.Horizontal |
Leadtools.Barcode.Deprecated.BarcodeDirectionFlags.Vertical | BarcodeSearchDirection.Vertical |
Leadtools.Barcode.Deprecated.BarcodeJustifyFlags.None | BarcodeSearchDirection.Near |
Leadtools.Barcode.Deprecated.BarcodeJustifyFlags.Right | BarcodeSearchDirection.Far |
Leadtools.Barcode.Deprecated.BarcodeJustifyFlags.HorizontalCenter | BarcodeSearchDirection.Center |
Leadtools.Barcode.Deprecated.BarcodeJustifyFlags.Bottom | BarcodeSearchDirection.Far |
Leadtools.Barcode.Deprecated.BarcodeJustifyFlags.VerticalCenter | BarcodeSearchDirection.Center |
Leadtools.Barcode.Deprecated.BarcodeMajorTypeFlags | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dReadAnyType | Use the following array in BarcodeReader.ReadBarcode or BarcodeReader.ReadBarcodes: BarcodeSymbology.EAN13, BarcodeSymbology.EAN8, BarcodeSymbology.UPCA, BarcodeSymbology.UPCE, BarcodeSymbology.Code3Of9, BarcodeSymbology.Code128, BarcodeSymbology.CodeInterleaved2Of5, BarcodeSymbology.Codabar, BarcodeSymbology.UCCEAN128, BarcodeSymbology.Code93, BarcodeSymbology.EANEXT5, BarcodeSymbology.EANEXT2, BarcodeSymbology.MSI, BarcodeSymbology.Code11, BarcodeSymbology.CodeStandard2Of5, BarcodeSymbology.GS1Databar, BarcodeSymbology.GS1DatabarLimited, BarcodeSymbology.GS1DatabarExpanded, BarcodeSymbology.PatchCode, BarcodeSymbology.PostNet, BarcodeSymbology.Planet, BarcodeSymbology.AustralianPost4State, BarcodeSymbology.RoyalMail4State, BarcodeSymbology.USPS4State, BarcodeSymbology.GS1DatabarStacked, BarcodeSymbology.GS1DatabarExpandedStacked |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dReadAnyTypeNoRss14 | Use the following array in BarcodeReader.ReadBarcode or BarcodeReader.ReadBarcodes: BarcodeSymbology.EAN13, BarcodeSymbology.EAN8, BarcodeSymbology.UPCA, BarcodeSymbology.UPCE, BarcodeSymbology.Code3Of9, BarcodeSymbology.Code128, BarcodeSymbology.CodeInterleaved2Of5, BarcodeSymbology.Codabar, BarcodeSymbology.UCCEAN128, BarcodeSymbology.Code93, BarcodeSymbology.EANEXT5, BarcodeSymbology.EANEXT2, BarcodeSymbology.MSI, BarcodeSymbology.Code11, BarcodeSymbology.CodeStandard2Of5, BarcodeSymbology.PatchCode, BarcodeSymbology.PostNet, BarcodeSymbology.Planet, BarcodeSymbology.AustralianPost4State, BarcodeSymbology.RoyalMail4State, BarcodeSymbology.USPS4State |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dEan13 | BarcodeSymbology.EAN13 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dEan8 | BarcodeSymbology.EAN8 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dUPCA | BarcodeSymbology.UPCA |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dUpcVersionE | BarcodeSymbology.UPCE |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dCode3Of9 | BarcodeSymbology.Code3Of9 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dCode128 | BarcodeSymbology.Code128 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dCodeInterleaved2Of5 | BarcodeSymbology.CodeInterleaved2Of5 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dCodabar | BarcodeSymbology.Codabar |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dUccean128 | BarcodeSymbology.UCCEAN128 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dCode93 | BarcodeSymbology.Code93 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dEanext5 | BarcodeSymbology.EANEXT5 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dEanext2 | BarcodeSymbology.EANEXT2 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dMsi | BarcodeSymbology.MSI |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dCode11 | BarcodeSymbology.Code11 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dCodeStandard2Of5 | BarcodeSymbology.CodeStandard2Of5 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dRss14 | BarcodeSymbology.GS1Databar |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dRss14Limited | BarcodeSymbology.GS1DatabarLimited |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dRss14Expanded | BarcodeSymbology.GS1DatabarExpanded |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dPatchcode | BarcodeSymbology.PatchCode |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dPostnet | BarcodeSymbology.PostNet |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dPlanet | BarcodeSymbology.Planet |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dAustralianPost | BarcodeSymbology.AustralianPost4State |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dRm4scc | BarcodeSymbology.RoyalMail4State |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dRss14Stacked | BarcodeSymbology.GS1DatabarStacked |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dRss14ExpandedStacked | BarcodeSymbology.GS1DatabarExpandedStacked |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Barcode1dUsps4bc | BarcodeSymbology.USPS4State |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Pdf417 | BarcodeSymbology.PDF417 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.MicroPdf417 | BarcodeSymbology.MicroPDF417 |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.DatamatrixDefault | DatamatrixBarcodeSymbolSize.AutoSize (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix10x10 | DatamatrixBarcodeSymbolSize.Size10X10 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix12x12 | DatamatrixBarcodeSymbolSize.Size12X12 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix14x14 | DatamatrixBarcodeSymbolSize.Size14X14 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix16x16 | DatamatrixBarcodeSymbolSize.Size16X16 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix18x18 | DatamatrixBarcodeSymbolSize.Size18X18 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix20x20 | DatamatrixBarcodeSymbolSize.Size20X20 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix22x22 | DatamatrixBarcodeSymbolSize.Size22X22 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix24x24 | DatamatrixBarcodeSymbolSize.Size24X24 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix26x26 | DatamatrixBarcodeSymbolSize.Size26X26 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix32x32 | DatamatrixBarcodeSymbolSize.Size32X32 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix36x36 | DatamatrixBarcodeSymbolSize.Size36X36 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix40x40 | DatamatrixBarcodeSymbolSize.Size40X40 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix44x44 | DatamatrixBarcodeSymbolSize.Size44X44 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix48x48 | DatamatrixBarcodeSymbolSize.Size48X48 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix52x52 | DatamatrixBarcodeSymbolSize.Size52X52 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix64x64 | DatamatrixBarcodeSymbolSize.Size64X64 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix72x72 | DatamatrixBarcodeSymbolSize.Size72X72 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix80x80 | DatamatrixBarcodeSymbolSize.Size80X80 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix88x88 | DatamatrixBarcodeSymbolSize.Size88X88 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix96x96 | DatamatrixBarcodeSymbolSize.Size96X96 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix104x104 | DatamatrixBarcodeSymbolSize.Size104X104 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix120x120 | DatamatrixBarcodeSymbolSize.Size120X120 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix132x132 | DatamatrixBarcodeSymbolSize.Size132X132 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix144x144 | DatamatrixBarcodeSymbolSize.Size144X144 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix8x18 | DatamatrixBarcodeSymbolSize.Size8X18 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix8x32 | DatamatrixBarcodeSymbolSize.Size8X32 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix12x26 | DatamatrixBarcodeSymbolSize.Size12X26 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix12x36 | DatamatrixBarcodeSymbolSize.Size12X36 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix16x36 | DatamatrixBarcodeSymbolSize.Size16X36 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.Datamatrix16x48 | DatamatrixBarcodeSymbolSize.Size16X48 (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.DatamatrixWriteRectangle | DatamatrixBarcodeSymbolSize.SizeFitToBounds (in DatamatrixBarcodeData.SymbolSize) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrDefault | QRBarcodeSymbolModel.Model2AutoSize in (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version1 | QRBarcodeSymbolModel.Model2Version1 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version2 | QRBarcodeSymbolModel.Model2Version2 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version3 | QRBarcodeSymbolModel.Model2Version3 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version4 | QRBarcodeSymbolModel.Model2Version4 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version5 | QRBarcodeSymbolModel.Model2Version5 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version6 | QRBarcodeSymbolModel.Model2Version6 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version7 | QRBarcodeSymbolModel.Model2Version7 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version8 | QRBarcodeSymbolModel.Model2Version8 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version9 | QRBarcodeSymbolModel.Model2Version9 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version10 | QRBarcodeSymbolModel.Model2Version10 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version11 | QRBarcodeSymbolModel.Model2Version11 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version12 | QRBarcodeSymbolModel.Model2Version12 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version13 | QRBarcodeSymbolModel.Model2Version13 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version14 | QRBarcodeSymbolModel.Model2Version14 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version15 | QRBarcodeSymbolModel.Model2Version15 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version16 | QRBarcodeSymbolModel.Model2Version16 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version17 | QRBarcodeSymbolModel.Model2Version17 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version18 | QRBarcodeSymbolModel.Model2Version18 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version19 | QRBarcodeSymbolModel.Model2Version19 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version20 | QRBarcodeSymbolModel.Model2Version20 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version21 | QRBarcodeSymbolModel.Model2Version21 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version22 | QRBarcodeSymbolModel.Model2Version22 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version23 | QRBarcodeSymbolModel.Model2Version23 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version24 | QRBarcodeSymbolModel.Model2Version24 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version25 | QRBarcodeSymbolModel.Model2Version25 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version26 | QRBarcodeSymbolModel.Model2Version26 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version27 | QRBarcodeSymbolModel.Model2Version27 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version28 | QRBarcodeSymbolModel.Model2Version28 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version29 | QRBarcodeSymbolModel.Model2Version29 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version30 | QRBarcodeSymbolModel.Model2Version30 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version31 | QRBarcodeSymbolModel.Model2Version31 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version32 | QRBarcodeSymbolModel.Model2Version32 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version33 | QRBarcodeSymbolModel.Model2Version33 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version34 | QRBarcodeSymbolModel.Model2Version34 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version35 | QRBarcodeSymbolModel.Model2Version35 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version36 | QRBarcodeSymbolModel.Model2Version36 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version37 | QRBarcodeSymbolModel.Model2Version37 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version38 | QRBarcodeSymbolModel.Model2Version38 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version39 | QRBarcodeSymbolModel.Model2Version39 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel2Version40 | QRBarcodeSymbolModel.Model2Version40 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version1 | QRBarcodeSymbolModel.Model1Version1 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version2 | QRBarcodeSymbolModel.Model1Version2 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version3 | QRBarcodeSymbolModel.Model1Version3 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version4 | QRBarcodeSymbolModel.Model1Version4 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version5 | QRBarcodeSymbolModel.Model1Version5 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version6 | QRBarcodeSymbolModel.Model1Version6 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version7 | QRBarcodeSymbolModel.Model1Version7 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version8 | QRBarcodeSymbolModel.Model1Version8 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version9 | QRBarcodeSymbolModel.Model1Version9 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version10 | QRBarcodeSymbolModel.Model1Version10 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version11 | QRBarcodeSymbolModel.Model1Version11 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version12 | QRBarcodeSymbolModel.Model1Version12 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version13 | QRBarcodeSymbolModel.Model1Version13 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Version14 | QRBarcodeSymbolModel.Model1Version14 (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrModel1Default | QRBarcodeSymbolModel.Model1AutoSize (in QRBarcodeData.SymbolModel) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.QrCode | BarcodeSymbology.QR |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.DatamatrixReadSquare | DatamatrixBarcodeReadOptions.ReadSquareSymbolsOnly (set to true) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.DatamatrixReadRectangle | DatamatrixBarcodeReadOptions.ReadSquareSymbolsOnly (set to false) |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.DatamatrixReadSmall | DatamatrixBarcodeReadOptions.EnableSmallSymbols |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.ReadCodeOneAtoH | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.ReadCodeOneT | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.ReadCodeOneS | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.ReadCodeOneAnyType | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneDef | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneTDef | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneSDef | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneA | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneB | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneC | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneD | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneE | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneF | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneG | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneH | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneT16 | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneT32 | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneT48 | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneS10 | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneS20 | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeSearchTypeFlags.CodeOneS30 | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.Markers | OneDBarcodeReadOptions.AllowPartialRead |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.BlockSearch | OneDBarcodeReadOptions.AvoidCorruptedBlocks |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.UseColors | Colors are always used. Default is set to "Black" for foreground or bar colors and "White" for background or space colors |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.ReturnCheck | OneDBarcodeReadOptions.ReturnCheckDigit, FourStateBarcodeReadOptions.ReturnCheckDigit, GS1DatabarStackedBarcodeReadOptions.ReturnCheckDigit and PostNetPlanetBarcodeReadOptions.ReturnCheckDigit |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.ReturnCorrupt | PDF417BarcodeReadOptions.ReturnCorruptedSymbolArea |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.ReturnFourPoints | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.DotmatrixForceInvert | DatamatrixBarcodeReadOptions.EnableInvertedSymbols |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.DotmatrixFastFindDisable | DatamatrixBarcodeReadOptions.EnableFastMode |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadReturnPartial |
Not supported anymore. |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMode0 | PDF417BarcodeReadMode.Mode0 and MicroPDF417BarcodeReadMode.Mode0 (in PDF417BarcodeReadOptions.ReadMode and MicroPDF417BarcodeReadOptions.ReadMode) |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMode1 | PDF417BarcodeReadMode.Mode1 and MicroPDF417BarcodeReadMode.Mode1 (in PDF417BarcodeReadOptions.ReadMode and MicroPDF417BarcodeReadOptions.ReadMode) |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMode2 | PDF417BarcodeReadMode.Mode2 and MicroPDF417BarcodeReadMode.Mode2 (in PDF417BarcodeReadOptions.ReadMode and MicroPDF417BarcodeReadOptions.ReadMode) |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMode3Basic | PDF417BarcodeReadMode.Mode3Basic and MicroPDF417BarcodeReadMode.Mode3Basic (in PDF417BarcodeReadOptions.ReadMode and MicroPDF417BarcodeReadOptions.ReadMode) |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMode3Extended | PDF417BarcodeReadMode.Mode3Extended and MicroPDF417BarcodeReadMode.Mode3Extended (in PDF417BarcodeReadOptions.ReadMode and MicroPDF417BarcodeReadOptions.ReadMode) |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.MicroPdfReadModeBasic | MicroPDF417BarcodeReadMode.ModeMicroPDF417Basic (in MicroPDF417BarcodeReadOptions.ReadMode) |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.MicroPdfReadModeExtended | MicroPDF417BarcodeReadMode.ModeMicroPDF417Extended (in MicroPDF417BarcodeReadOptions.ReadMode) |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMacroOption0 | PDF417BarcodeReadOptions.ReadOptionalMacroFileNameField |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMacroOption1 | PDF417BarcodeReadOptions.ReadOptionalMacroSegmentCountField |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMacroOption2 | PDF417BarcodeReadOptions.ReadOptionalMacroTimestampField |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMacroOption3 | PDF417BarcodeReadOptions.ReadOptionalMacroSenderField |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMacroOption4 | PDF417BarcodeReadOptions.ReadOptionalMacroAddresseeField |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMacroOption5 | PDF417BarcodeReadOptions.ReadOptionalMacroFileSizeField |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMacroOption6 | PDF417BarcodeReadOptions.ReadOptionalMacroChecksumField |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfReadMacroOption79Az | PDF417BarcodeReadOptions.ReadOptionalMacro79AndAZField |
Leadtools.Barcode.Deprecated.BarcodeReadFlags.PdfFastRead | PDF417BarcodeReadOptions.EnableFastMode |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.UseColors | Colors are always used. Default is set to "Black" for foreground or bar colors and "White" for background or space colors |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.Transparent | Use a transparent color (with alpha value - 0) for BarcodeWriteOptions.BackColor |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.Truncate | PDF417BarcodeWriteOptions.Truncated |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.MessageAppened | PDF417BarcodeWriteOptions.EnableGroupMode |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.InitializationReader | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.DisableCompression | DatamatrixBarcodeWriteOptions.DisableCompression |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.ColumnRowAsLimits | PDF417BarcodeWriteOptions.LimitByRowsAndColumns |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.JustifyRight | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.JustifyHorizontalCcenter | Not used anymore |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.Mode128 | MicroPDF417BarcodeWriteOptions.UseMode128Emulation |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.Linked | MicroPDF417BarcodeWriteOptions.IsLinked |
Leadtools.Barcode.Deprecated.BarcodeWriteFlags.UseXModule1d | OneDBarcodeWriteOptions.UseXModule, GS1DatabarStackedBarcodeWriteOptions.UseXModule, PatchCodeBarcodeWriteOptions.UseXModule and PostNetPlanetBarcodeWriteOptions.UseXModule |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dMsiModulo10 | MSIBarcodeModuloType.Modulo10 (in OneDBarcodeReadOptions.MSIModuloType) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dMsi2Modulo10 | MSIBarcodeModuloType.TwoModulo10 (in OneDBarcodeReadOptions.MSIModuloType) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dMsiModulo11 | MSIBarcodeModuloType.Modulo11 (in OneDBarcodeReadOptions.MSIModuloType) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dMsiModulo11Modulo10 | MSIBarcodeModuloType.Modulo11And10 (in OneDBarcodeReadOptions.MSIModuloType) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dCode11C | Code11BarcodeCheckDigitType.CDigit (in OneDBarcodeReadOptions.Code11CheckDigitType) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dCode11K | Code11BarcodeCheckDigitType.CAndKDigits (in OneDBarcodeReadOptions.Code11CheckDigitType) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dFast | OneDBarcodeReadOptions.EnableFastMode (set to true) or GS1DatabarStackedBarcodeReadOptions.EnableFastMode (set to true) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dNormal | OneDBarcodeReadOptions.EnableFastMode (set to false) or GS1DatabarStackedBarcodeReadOptions.EnableFastMode (set to false) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dCode128EncodeAuto | Code128BarcodeTableEncoding.Auto (in OneDBarcodeWriteOptions.Code128TableEncoding) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dCode128EncodeA | Code128BarcodeTableEncoding.ATable (in OneDBarcodeWriteOptions.Code128TableEncoding) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dCode128EncodeB | Code128BarcodeTableEncoding.BTable (in OneDBarcodeWriteOptions.Code128TableEncoding) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dCode128EncodeC | Code128BarcodeTableEncoding.CTable (in OneDBarcodeWriteOptions.Code128TableEncoding) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dTextAtBottom | BarcodeOutputTextPosition.Default (in OneDBarcodeWriteOptions.TextPosition) |
Leadtools.Barcode.Deprecated.Barcode1dStandardFlags.Barcode1dTextAtTop | BarcodeOutputTextPosition.Top (in OneDBarcodeWriteOptions.TextPosition) |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dRss14Linkage | OneDBarcodeWriteOptions.SetGS1DatabarLinkageBit |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dRss14Truncated | OneDBarcodeWriteOptions.WriteTruncatedGS1Databar |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dRss14StackedOmni | GS1DatabarStackedBarcodeWriteOptions.UseStackedOmniDirectionalFormat |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dRss14ExpandedStackedRows1 | GS1DatabarStackedBarcodeWriteOptions.ExpandedStackedRowsCount equals to 1 |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dRss14ExpandedStackedRows2 | GS1DatabarStackedBarcodeWriteOptions.ExpandedStackedRowsCount equals to 2 |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dRss14ExpandedStackedRows3 | GS1DatabarStackedBarcodeWriteOptions.ExpandedStackedRowsCount equals to 3 |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dRss14ExpandedStackedRows4 | GS1DatabarStackedBarcodeWriteOptions.ExpandedStackedRowsCount equals to 4 |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dRss14ExpandedStackedRows5 | GS1DatabarStackedBarcodeWriteOptions.ExpandedStackedRowsCount equals to 5 |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dRss14ExpandedStackedRows6 | GS1DatabarStackedBarcodeWriteOptions.ExpandedStackedRowsCount equals to 6 |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dAustralianCifC | AustralianPost4StateBarcodeCIFEncoding.CTable (in FourStateBarcodeReadOptions.AustralianPostCIFEncoding and FourStateBarcodeWriteOptions.AustralianPostCIFEncoding) |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dAustralianCifN | AustralianPost4StateBarcodeCIFEncoding.NTable (in FourStateBarcodeReadOptions.AustralianPostCIFEncoding and FourStateBarcodeWriteOptions.AustralianPostCIFEncoding) |
Leadtools.Barcode.Deprecated.Barcode1dAdvancedFlags.Barcode1dAustralianCifS | AustralianPost4StateBarcodeCIFEncoding.NoEncoding (in FourStateBarcodeReadOptions.AustralianPostCIFEncoding and FourStateBarcodeWriteOptions.AustralianPostCIFEncoding) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.Level0 | PDF417BarcodeECCLevel.Level0 (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.Level1 | PDF417BarcodeECCLevel.Level1 (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.Level2 | PDF417BarcodeECCLevel.Level2 (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.Level3 | PDF417BarcodeECCLevel.Level3 (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.Level4 | PDF417BarcodeECCLevel.Level4 (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.Level5 | PDF417BarcodeECCLevel.Level5 (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.Level6 | PDF417BarcodeECCLevel.Level6 (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.Level7 | PDF417BarcodeECCLevel.Level7 (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.Level8 | PDF417BarcodeECCLevel.Level8 (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodePdf417EccLevelFlags.UsePercent | PDF417BarcodeECCLevel.UsePercentage (in PDF417BarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodeQrEccLevel.LevelL | QRBarcodeECCLevel.LevelL (in QRBarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodeQrEccLevel.LevelM | QRBarcodeECCLevel.LevelM (in QRBarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodeQrEccLevel.LevelQ | QRBarcodeECCLevel.LevelQ (in QRBarcodeWriteOptions.ECCLevel) |
Leadtools.Barcode.Deprecated.BarcodeQrEccLevel.LevelH | QRBarcodeECCLevel.LevelH (in QRBarcodeWriteOptions.ECCLevel) |
In LEADTOOLS for .NET v16.5, some assemblies had a dependency on System.Drawing. System.Drawing is the .NET 2.0 assembly used with the Windows Forms and GDI+ platforms. Since LEADTOOLS v17 treats Windows Forms, Windows Presentation Foundation (WPF) and Silverlight as equal citizens, certain types in this LEADTOOLS assembly has been changed to reflect that. For example, properties with System.Drawing.Point type have been changed to use the new Leadtools.LeadPoint type, methods with a parameter of System.Drawing.Rectangle type have been changed to use the new Leadtools.LeadRect type. The following table shows the old 16.5 and corresponding new v17 types:
Old v16.5 Type |
New v17 Type |
---|---|
System.Drawing.Point |
Leadtools.LeadPoint |
System.Drawing.Size |
Leadtools.LeadSize |
System.Drawing.Rectangle |
Leadtools.LeadRect |
System.Drawing.Color |
Leadtools.RasterColor |
System.Drawing.Drawing2.FillMode |
Leadtools.LeadFillMode |
No other changes were made.
The following members have been added to existing types in v16.5:
Member | Description |
---|---|
Leadtools.Barcode.BarcodeData.Angle |
Gets the barcode angle in degrees, it ranges from -180 to 180. |
Leadtools.Barcode.Barcode1dStandardFlags.Barcode1dCode128EncodeAuto | Automatically encodes the barcode data using one or multiple Code 128 encoding tables. This encodes all Code 128 data. Used with Write method only for writing Code 128 barcode. |
Leadtools.Barcode.Barcode1dStandardFlags.Barcode1dCode128EncodeA | Use only Code 128 A table to encode the barcode data. If the barcode data have values not included in the standard Code 128 A table BarcodeExceptionCode.InvalidBarcodeString exception will be thrown. Used with Write method only for writing Code 128 barcode. |
Leadtools.Barcode.Barcode1dStandardFlags.Barcode1dCode128EncodeB | Use only Code 128 B table to encode the barcode data. If the barcode data have values not included in the standard Code 128 B table BarcodeExceptionCode.InvalidBarcodeString exception will be thrown. Used with Write method only for writing Code 128 barcode. |
Leadtools.Barcode.Barcode1dStandardFlags.Barcode1dCode128EncodeC | Use only Code 128 C table to encode the barcode data. it encodes only even number of digits. If the barcode data have values not included in the standard Code 128 C table or have an odd number of digits BarcodeExceptionCode.InvalidBarcodeString exception will be thrown. Used with Write method only for writing Code 128 barcode. |
Version 16 has not changed from Version 15