Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LTDBarcodeInterop - Barcode COM Interop

The following table lists .NET Barcode functions and provides cross-references to their COM counterparts:

.Net Syntax COM Interop Syntax Related Properties
Color SpaceColor LTDInterop.RasterColor IBarcodeColor.SpaceColor
Color BarColor LTDInterop.RasterColor IBarcodeColor.BarColor
byte[] Data LTDInterop.IByteIndexProperty IBarcodeData.Data Int32 IBarcodeData.DataCount
BarcodeSearchTypeFlags SearchType

Barcode1dSearchTypeFlags IBarcodeData.Barcode1dSearchType

BarcodeQrReadSearchTypeFlags IBarcodeData.ReadBarcodeQrSearchType

BarcodeQrWriteSearchTypeFlags IBarcodeData.WriteBarcodeQrSearchType

BarcodeDataMatrixReadSearchTypeFlags IBarcodeData.ReadBarcodeDMSearchType

BarcodeDataMatrixWriteSearchTypeFlags IBarcodeData.WriteBarcodeDMSearchType

BarcodePdfSearchTypeFlags IBarcodeData.BarcodePdfSearchType

BarcodeCodeOneReadSearchTypeFlags IBarcodeData.ReadBarcodeCodeOneSearchType

BarcodeCodeOneWriteSearchTypeFlags IBarcodeData.WriteBarcodeCodeOneSearchType

string[] ConvertToStringArray(byte[] data) void IBarcodeData.ConvertToStringArray() LTDInterop.IStringIndexProperty IBarcodeData.StringsArray, LTDInterop.IByteIndexProperty IBarcodeData.BytesArray
byte[] ConvertFromStringArray(string[] data) void IBarcodeData.ConvertFromStringArray() LTDInterop.IStringIndexProperty IBarcodeData.StringsArray, LTDInterop.IByteIndexProperty IBarcodeData.BytesArray
LTDInterop.IStringIndexProperty IBarcodeData.StringsArray Int32 IBarcodeData.StringsArrayCount
Int32 IBarcodeData.StringsArrayCount LTDInterop.IStringIndexProperty IBarcodeData.StringsArray
LTDInterop.IByteIndexProperty IBarcodeData.BytesArray Int32 IBarcodeData.BytesArrayCount
Int32 IBarcodeData.BytesArrayCount LTDInterop.IByteIndexProperty IBarcodeData.BytesArray
public RasterCollection<BarcodeData> Read(RasterImage image, Rectangle searchRectangle, BarcodeSearchTypeFlags searchType, BarcodeUnit units, BarcodeReadFlags flags, int multipleMaxCount, Barcode1d code1d, BarcodeReadPdf codePdf, BarcodeColor codeColor) void IBarcodeEngine.Read(LTDInterop.RasterImage image, LTDInterop.Rectangle searchRectangle, LTDBarcodeInterop.BarcodeUnit units, LTDBarcodeInterop.BarcodeReadFlags flags, Int32 multipleMaxCount, LTDBarcodeInterop.Barcode1d code1d, LTDBarcodeInterop.BarcodeReadPdf codePdf, LTDBarcodeInterop.BarcodeColor codeColor)

LTDBarcodeInterop.IBarcodeDataIndexProperty IBarcodeEngine.BarcodeData

Int32 IBarcodeEngine.BarcodeDataCount

Barcode1dSearchTypeFlags IBarcodeEngine.Barcode1dSearchType

BarcodeQrReadSearchTypeFlags IBarcodeEngine.ReadBarcodeQrSearchType

BarcodeDataMatrixReadSearchTypeFlags IBarcodeEngine.ReadBarcodeDMSearchType

BarcodePdfSearchTypeFlags IBarcodeEngine.BarcodePdfSearchType

BarcodeCodeOneReadSearchTypeFlags IBarcodeEngine.ReadBarcodeCodeOneSearchType

The following topics provide comparisons between COM functions and their .NET counterparts:

Programming With LEADTOOLS COM Interoperability Functions