Click or drag to resize

AutoDeskewCommand Constructor

Create an AutoDeskewCommand that will attempt to calculate the amount of skewing in an image, then rotate the image to correct the skew.
Overload List
  NameDescription
Public methodAutoDeskewCommand
Creates a new instance of AutoDeskewCommand.
Public methodAutoDeskewCommand(Rectangle)
Initializes a new instance of the AutoDeskewCommand with default settings and a rectangular area to process.
Public methodAutoDeskewCommand(Int32, Int32)
Initializes a new instance of the AutoDeskewCommand specifying the precision and limit angle.
Protected methodAutoDeskewCommand(SerializationInfo, StreamingContext)
Creates a new instance of AutoDeskewCommand from serialization information.
Public methodAutoDeskewCommand(Int32, Int32, Rectangle)
Initializes a new instance of the AutoDeskewCommand specifying the precision, limit angle, and rectangular area to process.
Public methodAutoDeskewCommand(Int32, Int32, AutoDeskewCropMode, Color, Rectangle)
Initializes a new instance of the AutoDeskewCommand specifying the precision, limit angle, crop mode, background color, and rectangular area to process.
Top
See Also