VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup.Web.Services Namespace / LineRemovalRequestParams Class
Constructors Properties SeeAlso
In This Topic
    LineRemovalRequestParams Class Members
    In This Topic
    The following tables list the members exposed by LineRemovalRequestParams.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the LineRemovalRequestParams class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a binarization command applied to a not black-white images.
    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 the direction to skew.
    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 a color for filling of hole punches.
    Public PropertyGets a value indicating whether color for filling of hole punches is detected automatically.
    Public PropertyGets or sets an information about web image. (Inherited from WebImageInfoRequestParams)
    Public PropertyGets or sets the type of lines ends.
    Public PropertyGets or sets the type of lines to remove.
    Public PropertyGets or sets the maximum curvature of line.
    Public PropertyGets or sets the maximum angle, in degrees, of line deviation from the direction.
    Public PropertyGets or sets the maximum length of line gap.
    Public PropertyGets or sets the maximum length of line.
    Public PropertyGets or sets the maximum width of line.
    Public PropertyGets or sets the minimum confidence of line.
    Public PropertyGets or sets the minimum length of line.
    Public PropertyGets or sets the minimum length-to-width ratio of line.
    Public PropertyGets or sets the minimum width of line.
    Public PropertyGets or sets the value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.
    Public PropertyGets or sets the rectangular region of interest. (Inherited from ImageProcessingCommandWithRegionAndSourceChangeRequestParams)
    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)
    See Also