Leadtools.Forms Assembly Changes

Summary

Version Changes: 18 to 19

New Members

The following members have been added:

Name Description
Leadtools.Forms.FormsPageType - Represents the Page type.
Leadtools.Forms.FormsRecognitionMethod - Represents the Method used for recognition.
Leadtools.Forms.LogicalLength.!=(LogicalLength,LogicalLength) Specifies whether this LogicalLength does not contain the same length or unit as the specified Object.
Leadtools.Forms.LogicalLength.-(LogicalLength,LogicalLength) Subtracts the length of the specified LogicalLength object from this LogicalLength structure.
Leadtools.Forms.LogicalLength.+(LogicalLength,LogicalLength) Adds the length of one LogicalLength structure to another LogicalLength structure.
Leadtools.Forms.LogicalLength.==(LogicalLength,LogicalLength) Specifies whether this LogicalLength contains the same length and unit as the specified Object.
Leadtools.Forms.LogicalPoint.!=(LogicalPoint,LogicalPoint) Specifies whether this LogicalPoint does not contain the same coordinates or unit as the specified Object.
Leadtools.Forms.LogicalPoint.-(LogicalPoint,LogicalSize) Returns a LogicalPoint that results from subtracting the width and height of a LogicalSize structure from the X and Y coordinates of the LogicalPoint structure, respectively.
Leadtools.Forms.LogicalPoint.+(LogicalPoint,LogicalSize) Returns a LogicalPoint that results from adding the width and height of a LogicalSize structure to the X and Y coordinates of the LogicalPoint structure, respectively.
Leadtools.Forms.LogicalPoint.==(LogicalPoint,LogicalPoint) Specifies whether this LogicalPoint contains the same coordinates and unit as the specified Object.
Leadtools.Forms.LogicalRectangle.!=(LogicalRectangle,LogicalRectangle) Specifies whether this LogicalRectangle does not contain the same location, size, or unit as the specified Object.
Leadtools.Forms.LogicalRectangle.==(LogicalRectangle,LogicalRectangle) Specifies whether this LogicalRectangle contains the same location, size, and unit as the specified Object.
Leadtools.Forms.LogicalSize.!=(LogicalSize,LogicalSize) Specifies whether this LogicalSize does not contain the same width, height, or unit as the specified Object.
Leadtools.Forms.LogicalSize.-(LogicalSize,LogicalSize) Subtracts the width and height of the specified LogicalSize object from this LogicalSize structure.
Leadtools.Forms.LogicalSize.+(LogicalSize,LogicalSize) Adds the width and height of the specified LogicalSize object to this LogicalSize structure.
Leadtools.Forms.LogicalSize.==(LogicalSize,LogicalSize) Specifies whether this LogicalSize contains the same width, height, and unit as the specified Object.
Leadtools.Forms.LogicalSize.explicit(LogicalSize) Returns a LogicalPoint containing the following LogicalSize properties: width, height, and unit in its x, y, and unit, respectively.
Leadtools.Forms.PageAlignment.AlignOmrRectangle(LogicalRectangle) Returns a LogicalRectangle that is aligned to the formthat has generated this PageAlignment.

Removed Members

The following members have been removed:

Name Description
Leadtools.Forms.LogicalLength.op_Addition(LogicalLength,LogicalLength) Adds the length of one Leadtools.Forms.LogicalLength structure to another Leadtools.Forms.LogicalLength structure.
Leadtools.Forms.LogicalLength.op_Equality(LogicalLength,LogicalLength) Specifies whether this Leadtools.Forms.LogicalLength contains the same length and unit as the specified Object.
Leadtools.Forms.LogicalLength.op_Inequality(LogicalLength,LogicalLength) Specifies whether this Leadtools.Forms.LogicalLength does not contain the same length or unit as the specified Object.
Leadtools.Forms.LogicalLength.op_Subtraction(LogicalLength,LogicalLength) Subtracts the length of the specified Leadtools.Forms.LogicalLength object from this Leadtools.Forms.LogicalLength structure.
Leadtools.Forms.LogicalPoint.op_Addition(LogicalPoint,LogicalSize) Returns a Leadtools.Forms.LogicalPoint that results from adding the width and height of a Leadtools.Forms.LogicalSize structure to the X and Y coordinates of the Leadtools.Forms.LogicalPoint structure, respectively.
Leadtools.Forms.LogicalPoint.op_Equality(LogicalPoint,LogicalPoint) Specifies whether this Leadtools.Forms.LogicalPoint contains the same coordinates and unit as the specified Object.
Leadtools.Forms.LogicalPoint.op_Inequality(LogicalPoint,LogicalPoint) Specifies whether this Leadtools.Forms.LogicalPoint does not contain the same coordinates or unit as the specified Object.
Leadtools.Forms.LogicalPoint.op_Subtraction(LogicalPoint,LogicalSize) Returns a Leadtools.Forms.LogicalPoint that results from subtracting the width and height of a Leadtools.Forms.LogicalSize structure from the X and Y coordinates of the Leadtools.Forms.LogicalPoint structure, respectively.
Leadtools.Forms.LogicalRectangle.op_Equality(LogicalRectangle,LogicalRectangle) Specifies whether this Leadtools.Forms.LogicalRectangle contains the same location, size, and unit as the specified Object.
Leadtools.Forms.LogicalRectangle.op_Inequality(LogicalRectangle,LogicalRectangle) Specifies whether this Leadtools.Forms.LogicalRectangle does not contain the same location, size, or unit as the specified Object.
Leadtools.Forms.LogicalSize.op_Addition(LogicalSize,LogicalSize) Adds the width and height of the specified Leadtools.Forms.LogicalSize object to this Leadtools.Forms.LogicalSize structure.
Leadtools.Forms.LogicalSize.op_Equality(LogicalSize,LogicalSize) Specifies whether this Leadtools.Forms.LogicalSize contains the same width, height, and unit as the specified Object.
Leadtools.Forms.LogicalSize.op_Explicit(LogicalSize)~Leadtools.Forms.LogicalPoint Returns a Leadtools.Forms.LogicalPoint containing the following Leadtools.Forms.LogicalSize properties: width, height, and unit in its x, y, and unit, respectively.
Leadtools.Forms.LogicalSize.op_Inequality(LogicalSize,LogicalSize) Specifies whether this Leadtools.Forms.LogicalSize does not contain the same width, height, or unit as the specified Object.
Leadtools.Forms.LogicalSize.op_Subtraction(LogicalSize,LogicalSize) Subtracts the width and height of the specified Leadtools.Forms.LogicalSize object from this Leadtools.Forms.LogicalSize structure.

Version Changes: 17.5 to 18

New Members

The following members have been added to the existing types:

Member Description
Leadtools.Forms.FormsTradeoffMode Represents the trade-off algorithm for recognition.
Leadtools.Forms.FormsTradeoffMode.Accurate Highest accuracy mode. Used to recognize and process forms at any resolution.
Leadtools.Forms.FormsTradeoffMode.Balanced High speed. Used to recognize and process forms that have resolutions similar to their master forms with moderate text.
Leadtools.Forms.FormsTradeoffMode.Fast Highest speed. Used to recognize and process forms that have resolutions similar to their master forms with a lot of text.

For more information, refer to New in 18.

 

Version Changes: 17 to 17.5

Version 17.5 has not changed from Version 17. For more information, refer to New in 17.5.

 

Version Changes: 16.5 to 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 have 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

These changes are not listed in the topics below.

New Members

The following new members have been added to existing types in LEADTOOLS For .NET v17:

Member Description
LeadPoint LogicalPoint.ToPoint(double dpiX, double dpiY)

Replaces PointF LogicalPoint.ToPointF(double dpiX, double dpiY)

LogicalPoint LogicalPoint.FromPoint(LeadPoint point)

Replaces LogicalPoint LogicalPoint.FromPointF(PointF point)

LogicalPoint(LeadPoint point)

Replaces LogicalPoint(PointF point)

LeadSize LogicalSize.ToSizeF(double dpiX, double dpiY)

Replaces SizeF LogicalSize.ToSizeF(double dpiX, double dpiY)

LogicalSize LogicalSize.FromSize(LeadSize size)

Replaces LogicalSize LogicalSize.FromSizeF(SizeF size)

LogicalSize(LeadSize size)

Replaces LogicalSize(SizeF size)

LogicalRectangle LogicalRectangle.FromRectangle(LeadRect rect)

Replaces LogicalRectangle LogicalRectangle.FromRectangleF(RectangleF rect)

LogicalRectangle(LeadRect rect)

Replaces LogicalRectangle(RectangleF rect)

LeadRect LogicalRectangle.ToRectangle(double dpiX, double dpiY)

Replaces RectangleF LogicalRectangle.ToRectangleF(double dpiX, double dpiY)

bool LogicalRectangle.Contains(LeadPoint pt)

Replaces bool LogicalRectangle.Contains(PointF pt)

bool LogicalRectangle.Contains(LeadRect rect)

Replaces bool LogicalRectangle.Contains(RectangleF rect)

void LogicalRectangle.Intersect(LeadRect rect)

Replaces void LogicalRectangle.Intersect(RectangleF rect)

bool LogicalRectangle.IntersectsWith(LeadRect rect)

Replaces bool LogicalRectangle.IntersectsWith(RectangleF rect)

void LogicalRectangle.Offset(LeadPoint pos)

Replaces void LogicalRectangle.Offset(PointF pos)

Version Changes: 16 to 16.5

Version 16.5 has not changed from Version 16. For more information, refer to New in 16.5.

Version Changes: 15 to 16

New Assemblies

The following assemblies have been added to LEADTOOLS For .NET v16 to support forms recognition and processing:

Assembly Class/Namespace

Description

Leadtools.Forms.DLL - Leadtools.Forms

Provides classes and methods for implementing/manipulating Forms Recognition and Processing support.

Leadtools.Forms.Ocr.DLL - Leadtools.Forms.Ocr

Provides classes and methods for implementing/manipulating LEADTOOLS Optical Character Recognition support.

Leadtools.Forms.Processing.DLL - Leadtools.Forms.Processing

Provides classes and methods for implementing/manipulating Forms processing support.

Leadtools.Forms.Recognition.DLL - Leadtools.Forms.Recognition

Provides classes and methods for implementing/manipulating Forms recognition support.

Leadtools.Forms.Recognition.Barcode.DLL - Leadtools.Forms.Recognition.Barcode

Provides classes and methods for implementing/manipulating Barcode Forms Recognition support.

Leadtools.Forms.Recognition.Ocr.DLL - Leadtools.Forms.Recognition.Ocr

Provides classes and methods for implementing/manipulating Forms Optical Character Recognition support.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Imaging, Medical, and Document