VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / DeskewRequestParams Class
Constructors Properties SeeAlso
In This Topic
    DeskewRequestParams Class Members
    In This Topic
    The following tables list the members exposed by DeskewRequestParams.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the DeskewRequestParams class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the fill color.
    Public PropertyGets or sets the type of the border color.
    Public PropertyGets or sets a value indicating whether the changes must be saved in the source file. (Inherited from ImageProcessingCommandWithSourceChangeRequestParams)
    Public PropertyGets or sets the decoding settings of image. (Inherited from WebExtendedImageInfoRequestParams)
    Public PropertyGets or sets a value indicating whether the processing command need to convert the processing image to the nearest pixel format without color loss if processing command does not support pixel format of the processing image (Inherited from BaseProcessingCommandRequestParams)
    Public PropertyGets or sets an information about web image. (Inherited from WebImageInfoRequestParams)
    Public PropertyGets or sets the maximum possible angle (clockwise and counterclockwise) detected by command.
    Public PropertyGets or sets the minimum confidence, in percents, for determined rotation angle.
    Public PropertyGets or sets the rendering settings of image. (Inherited from WebExtendedImageInfoRequestParams)
    Public PropertyGets or sets the identifier of request. (Inherited from WebRequestParamsBase)
    Public PropertyGets 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 BaseProcessingCommandRequestParams)
    Public PropertyGets or sets scan interval on X axis.
    Public PropertyGets or sets scan interval on Y axis.
    Public PropertyGets or sets the identifier of HTTP session. (Inherited from WebRequestParamsBase)
    See Also