Click or drag to resize

AutoDeskewCommand Properties

The AutoDeskewCommand type exposes the following members.

Properties
  NameDescription
Public propertyApplyToAnyPixelFormat
Reports whether or not this command will be applied to any supplied PixelFormat image
(Inherited from ImageCommand.)
Public propertyArea
Gets or sets rectangular area that will be used for determining the skew angle.
Public propertyBackgroundColor
Gets or sets the background color to use when de-skewing the image.
Public propertyCanApplyToAnyPixelFormat
Returns true if the command can be applied to any PixelFormat.
(Inherited from ImageCommand.)
Public propertyCoverage
Represents the percentage of the image that will be randomly sampled when determining the skew angle.
Public propertyCropMode
Gets or sets a value indicating the method of cropping the resulting de-skewed image.
Public propertyExtractBoundary
Gets or sets a value which will pre-process the image by removing solid filled areas of the image.
Public propertyInPlaceProcessing
Gets a value indicating if the source image data is processed in-place as opposed to returning a new image.
(Inherited from ImageCommand.)
Public propertyLimitAngle
Gets or sets the maximum skew angle in degrees.
Public propertyPrecision
Gets or sets the precision of the de-skew angle calculation.
Public propertyProgress
Gets or sets the ProgressEventHandler delegate which can be used to view or cancel the progress of the current process.
(Inherited from ImageCommand.)
Public propertySkewAngle Obsolete.
Gets a value indicating the last detected skew angle.
Public propertySupportedPixelFormats
Returns an array of PixelFormats supported by this command.
(Overrides ImageCommandSupportedPixelFormats.)
Top
See Also