LEAD Technologies, Inc

Leadtools.Barcode Assembly Changes

Version 17.5 changes

Version 17 changes

Version 16.5 changes

Leadtools.Barcode Assembly Changes from Version 17 to Version 17.5

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 any of the Document or Medical products.

New Library

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:

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 17.5 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):

tr>
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)

Leadtools.Barcode Assembly Changes from Version 16.5 to Version 17


Note on LEADTOOLS for .NET v17

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.


Leadtools.Barcode Assembly Changes from Version 16 to Version 16.5

New Members

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.


Leadtools.Barcode Assembly Changes from Version 15 to Version 16

Version 16 has not changed from Version 15

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.