Leadtools.Mrc 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 to this assembly.
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:
Member | Description |
---|---|
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:
Member | Description |
---|---|
MrcSegmenter.SaveBitmapList | Saves MRC images contained in an image list to a file using the MRC LEAD, standard Proprietary T44 or PDF format. |
MrcSegmentType.None | No options |
Renamed Members
The following members have been renamed in v.15:
Removed Types
The following types have been removed in v.15:
Type | Description |
---|---|
MrcImageType | No longer needed |
MrcSegmentInfo | No longer needed |
MrcSegmentInfoType | No longer needed |
MrcMinimumSegment | No longer needed |
MrcSegmentationOptions | No longer needed |
MrcSegmenterCollection | Use generic List<MrcSegmenter> |
MrcSegmentInfoCollection | No longer needed |
MrcSegmentImageCommand | No longer needed |
Removed Members
The following members have been removed in v.15:
Member | Description |
---|---|
MrcSegmenter.SegmentImage | Use the MrcSegmenter class constructor instead |
Members Changed
The following members changed in existing types in v.15:
Member | Description |
---|---|
MrcSegmenter.LoadImage | The "codec" parameter is no longer needed and is removed |