AutoDeskewCommandArea Property |
Gets or sets rectangular area that will be used for determining the skew angle.
Namespace:
Atalasoft.Imaging.ImageProcessing.Document
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public Rectangle Area { get; set; }
Public Property Area As Rectangle
Get
Set
Property Value
Type:
Rectangle The rectangular area that will be used for determining the skew angle.
Remarks This value by default is Rectangle.Empty and will use the entire image for calculating the angle.
See Also