AutoDeskewCommand Properties |
The AutoDeskewCommand type exposes the following members.
Name | Description | |
---|---|---|
ApplyToAnyPixelFormat | Reports whether or not this command will be applied to any supplied PixelFormat image (Inherited from ImageCommand.) | |
Area | Gets or sets rectangular area that will be used for determining the skew angle. | |
BackgroundColor | Gets or sets the background color to use when de-skewing the image. | |
CanApplyToAnyPixelFormat | Returns true if the command can be applied to any PixelFormat. (Inherited from ImageCommand.) | |
Coverage | Represents the percentage of the image that will be randomly sampled when determining the skew angle.
| |
CropMode | Gets or sets a value indicating the method of cropping the resulting de-skewed image. | |
ExtractBoundary | Gets or sets a value which will pre-process the image by removing solid filled areas of the image.
| |
InPlaceProcessing | Gets a value indicating if the source image data is processed in-place as opposed to returning a new
image. (Inherited from ImageCommand.) | |
LimitAngle | Gets or sets the maximum skew angle in degrees. | |
Precision | Gets or sets the precision of the de-skew angle calculation. | |
Progress | Gets or sets the ProgressEventHandler delegate which can be used to view or cancel the
progress of the current process. (Inherited from ImageCommand.) | |
SkewAngle | Obsolete. Gets a value indicating the last detected skew angle. | |
SupportedPixelFormats | Returns an array of PixelFormats supported by this command. (Overrides ImageCommandSupportedPixelFormats.) |