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

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

.Net Syntax COM Interop Syntax Related Properties, Events
int EnumerateSegments(MrcEnumerateSegmentsInfo callback) Int32 IMrcSegmenter.EnumerateSegments() OnEnumerateSegments, EnableEvent, DisableEvent
void SaveBitmapList(List<MrcSegmenter> segmenters, List<RasterImage> images, string fileName, MrcImageListFormat format, MrcCompressionOptions options) void IMrcSegmenter.SaveBitmapList(String fileName, LTDMrcInterop.MrcImageListFormat format, LTDMrcInterop.MrcCompressionOptions options) LTDMrcInterop.IMrcSegmenterIndexProperty IMrcSegmenter.Segmenters, Int32 IMrcSegmenter.SegmentersCount, LTDInterop.IRasterImageIndexProperty IMrcSegmenter.Images, Int32 IMrcSegmenter.ImagesCount
LTDMrcInterop.IMrcSegmenterIndexProperty IMrcSegmenter.Segmenters Int32 IMrcSegmenter.SegmentersCount
Int32 IMrcSegmenter.SegmentersCount LTDMrcInterop.IMrcSegmenterIndexProperty IMrcSegmenter.Segmenters
LTDInterop.IRasterImageIndexProperty IMrcSegmenter.Images Int32 IMrcSegmenter.ImagesCount
Int32 IMrcSegmenter.ImagesCount LTDInterop.IRasterImageIndexProperty IMrcSegmenter.Images, Int32 IMrcSegmenter.ImagesCount

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

Programming With LEADTOOLS COM Interoperability Functions