Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Leadtools.Mrc Assembly Changes

Version 16.5 changes

Version 16 changes

Version 15 changes

Leadtools.Mrc Assembly Changes from Version 16 to Version 16.5

New Members

The following members have been added to existing types in v16.5:

MemberDescription
Leadtools.Mrc.MrcSegmentImageFlags.NormalSegmentation

Use normal segmentation, distinguishing between different image segments by utilizing the image colors.

Leadtools.Mrc.MrcSegmentImageFlags.AdvancedFeatureBasedSegmentation

Use Advanced Feature Based Segmentation, distinguishing between different image segments by utilizing features such as (Text Paragraphs and Graphics). Then classifying the segements according to color. This is extremely useful for document images where text is the most important portion of the image.

Leadtools.Mrc Assembly Changes from Version 15 to Version 16

Version 16 has not changed from Version 15

Leadtools.Mrc Assembly Changes from Version 14.5 to Version 15

New Members

The following members have been added to existing types in v15:

MemberDescription
MrcSegmenter.SaveBitmapListSaves MRC images contained in an image list to a file using the MRC LEAD, standard Proprietary T44 or PDF format.
MrcSegmentType.NoneNo options

Renamed Members

The following members have been renamed in v.15:

Version 14.5Version 15
MrcSegmentImageFlags.SegmentWithBackGroundMrcSegmentImageFlags.SegmentWithBackground
MrcSegmentImageFlags.SegmentWithOutBackGroundMrcSegmentImageFlags.SegmentWithOutBackground

Removed Types

The following types have been removed in v.15:

TypeDescription
MrcImageTypeNo longer needed
MrcSegmentInfoNo longer needed
MrcSegmentInfoTypeNo longer needed
MrcMinimumSegmentNo longer needed
MrcSegmentationOptionsNo longer needed
MrcSegmenterCollectionUse generic List<MrcSegmenter>
MrcSegmentInfoCollectionNo longer needed
MrcSegmentImageCommandNo longer needed

Removed Members

The following members have been removed in v.15:

MemberDescription
MrcSegmenter.SegmentImageUse the MrcSegmenter class constructor instead

Members Changed

The following members changed in existing types in v.15:

MemberDescription
MrcSegmenter.LoadImageThe "codec" parameter is no longer needed and is removed