VintaSoft Imaging .NET SDK 12.3: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / GetBorderRectRequestParams Class
Constructors Properties SeeAlso
In This Topic
    GetBorderRectRequestParams Class Members
    In This Topic
    The following tables list the members exposed by GetBorderRectRequestParams.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the GetBorderRectRequestParams class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a binarization command applied to a not black-white images.
    Public PropertyGets or sets the type of the removing border color. Only borders with specified color type will be removed.
    Public PropertyGets or sets the border indent size, in pixels.
    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 permitted noise level, in percents, on the border of an image.
    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 the identifier of HTTP session. (Inherited from WebRequestParamsBase)
    Public PropertyGets or sets image sides where border will be searched.
    See Also