VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebDeskewCommandJS type
Constructors SeeAlso
In This Topic
    WebDeskewCommandJS Class Members
    In This Topic
    The following tables list the members exposed by WebDeskewCommandJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebDeskewCommandJS class.
    Methods
     NameDescription
    Public MethodChecks command parameters before command execution. Throws an exception if parameters are NOT correct. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodOverloaded. Executes the image processing command. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodGets action name.
    Public MethodGets the color for filling the image border when BorderColorType is set to BorderColorType.Custom.
    Public MethodGets the type of the border color. Free space around rotated image will be filled with this color.
    Public MethodGets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodGets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodGets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodGets the maximum possible angle (clockwise and counterclockwise) detected by command.
    Public MethodGets the minimum confidence, in percents, for determined rotation angle.
    Public MethodGets 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 WebImageProcessingCommandBaseJS)
    Public MethodGets scan interval on X axis.
    Public MethodGets scan interval on Y axis.
    Public MethodGets an array of supported native pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodGets an array of supported pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodReturns command parameters as object.
    Public MethodSets the color for filling the image border when BorderColorType is set to BorderColorType.Custom.
    Public MethodSets the type of the border color. Free space around rotated image will be filled with this color.
    Public MethodSets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodSets a value indicating whether the command needs to convert an image to the nearest pixel format (WebImageProcessingCommandBaseJS.get_SupportedNativePixelFormats) without color loss if command does not support pixel format of image. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodSets the maximum possible angle (clockwise and counterclockwise) detected by command.
    Public MethodSets the minimum confidence, in percents, for determined rotation angle.
    Public MethodSets 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 WebImageProcessingCommandBaseJS)
    Public MethodSets scan interval on X axis.
    Public MethodSets scan interval on Y axis.
    See Also