DeskewExtension
Class DeskewExtension
Namespace: Imagise.Deskew
Assembly: Imagise.Deskew.dll
Deskew Extension class
public static class DeskewExtension
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Methods
Deskew(Image)
Deskews the specified image.
public static Image Deskew(this Image image)
Parameters
image
Image
The image.
Returns
Image
Dekewed image
Deskew(Image, bool, Color)
Deskews the specified image, resizing proportionally and using specified background color.
public static Image Deskew(this Image image, bool resizeProportionally, Color backgroundColor)
Parameters
image
Image
The image.
resizeProportionally
bool
if set to true
[resize proportionally].
backgroundColor
Color
Color of the background.
Returns
Image
Dekewed image