Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.21
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
Barcode1dStandardFlags StandardFlags Double IBarcode1d.StandardFlags
Color SpaceColor LTDInterop.RasterColor IBarcodeColor.SpaceColor
Color BarColor LTDInterop.RasterColor IBarcodeColor.BarColor
byte[] Data LTDInterop.IByteIndexProperty IBarcodeData.Data Int32 IBarcodeData.DataCount
BarcodeSearchTypeFlags SearchType double IBarcodeData.SearchType
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, Double searchType, LTDBarcodeInterop.BarcodeUnit units, LTDBarcodeInterop.BarcodeReadFlags flags, Int32 multipleMaxCount, LTDBarcodeInterop.Barcode1d code1d, LTDBarcodeInterop.BarcodeReadPdf codePdf, LTDBarcodeInterop.BarcodeColor codeColor) LTDBarcodeInterop.IBarcodeDataIndexProperty IBarcodeEngine.BarcodeData
LTDBarcodeInterop.IBarcodeDataIndexProperty IBarcodeEngine.BarcodeData Int32 IBarcodeEngine.BarcodeDataCount
Int32IBarcodeEngine.BarcodeDataCount LTDBarcodeInterop.IBarcodeDataIndexProperty IBarcodeEngine.BarcodeData

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

Programming With LEADTOOLS COM Interoperability Functions