GetRotationAngleCommand Class Members
In This Topic
The following tables list the members exposed by
GetRotationAngleCommand.
Public Constructors
| Name | Description |
 | GetRotationAngleCommand | Overloaded. Initializes a new instance of the class with default values (1, 1). |
Public Properties
| Name | Description |
 | Angle | Gets the detected rotation angle, in degrees. |
 | Binarization | Gets or sets a binarization command, which should be applied to a non black-white image. |
 | CanModifyImage | Gets a value indicating whether this command modifies image. |
 | Confidence | Gets the confidence, in percents, of the result. |
 | 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). |
 | 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. |
 | Name | Gets the name of the command. |
 | RegionOfInterest | Gets or sets the region of the image which should be processed by by the image processing command. (Inherited from ProcessingCommandWithRegion) |
 | 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
| Name | Description |
 | IsImagePixelFormatChanged | Gets a value indicating whether the pixel format of source image was changed before image processing because command natively did not supported the source image pixel format. (Inherited from ProcessingCommandBase) |
 | PixelFormatExpandingMethod | Gets the method, which defines how to expand the supported pixel formats when native pixel formats must be expanded. |
 | RestoreSourcePalette | Gets a value indicating whether the processing command should restore the source palette of processed image if source image palette was changed during image processing. (Inherited from ProcessingCommandBase) |
Public Methods
Protected Methods
Public Events
See Also