DeskewCommand Class Members
In This Topic
The following tables list the members exposed by
DeskewCommand.
Public Constructors
| Name | Description |
 | DeskewCommand | Overloaded. Initializes a new instance of the class with default values. |
Public Properties
| Name | Description |
 | Binarization | Gets or sets a binarization command, which should be applied to a non black-white image. |
 | BorderColor | Gets or sets the color for filling the image border when BorderColorType is set to BorderColorType.Custom. |
 | BorderColorType | Gets or sets the type of the border color. Free space around rotated image will be filled with this color. |
 | CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from ProcessingCommandBase) |
 | ExpandSupportedPixelFormats | Gets or sets a value indicating whether the processing command need to convert the processing image to the nearest pixel format without color loss (GetOutputPixelFormat(VintasoftImage)) if processing command does not support pixel format of the processing image (SupportedNativePixelFormats). (Inherited from ProcessingCommandBase) |
 | IsCanceled | Gets a value indicating whether a processing command is canceled. (Inherited from ProcessingCommandBase) |
 | IsNested | Gets or sets a value indicating whether this command is nested into another command. (Inherited from ProcessingCommandBase) |
 | MaxAngle | Gets or sets the maximum possible angle (clockwise and counterclockwise), in degrees, detected by command. |
 | MinConfidence | Gets or sets the minimum confidence, in percents, for determined rotation angle. |
 | Name | Gets the name of the command. |
 | RestoreSourcePixelFormat | Gets or sets a value indicating whether the processing command need to restore source pixel format of processed image if source image pixel format was change during image processing. (Inherited from ProcessingCommandBase) |
 | Results | Gets the results of execution of this command after execution of the command. Sets the results of previously executed commands, current command can use results if necessary. (Inherited from ProcessingCommandBase) |
 | ScanIntervalX | Gets or sets scan interval, in pixels, on X axis. |
 | ScanIntervalY | Gets or sets scan interval, in pixels, on Y axis. |
 | SupportedNativePixelFormats | Gets a list of supported native pixel formats for this processing command. |
 | SupportedPixelFormats | Gets a list of supported pixel formats for this processing command. (Inherited from ProcessingCommandBase) |
Protected Properties
Public Methods
Protected Methods
Public Events
See Also