VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing.Document Namespace / LineRemovalCommand Class
In This Topic
    LineRemovalCommand Class Properties
    In This Topic
    For a list of all properties of this type, see LineRemovalCommand.
    Public Properties
     NameDescription
    Public PropertyGets or sets a binarization command applied to a not-black-white images.
    Public PropertyGets a value indicating whether this command can modify an image. (Inherited from ProcessingCommandBase)
    Public PropertyGets or sets the direction of lines.
    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 (GetOutputPixelFormat(VintasoftImage)) if processing command does not support pixel format of the processing image (SupportedNativePixelFormats). (Inherited from ProcessingCommandBase)
    Public PropertyGets or sets a color for filling of lines.
    Public PropertyGets or sets a value indicating whether color for filling of lines is detected automatically.
    Public PropertyGets a value indicating whether a processing command is canceled. (Inherited from ProcessingCommandBase)
    Public PropertyGets or sets a value indicating whether this command is nested into another command. (Inherited from ProcessingCommandBase)
    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 the name of the command.
    Public PropertyGets or sets a value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.
    Public PropertyGets or sets the region of the image which should be processed by by the image processing command. (Inherited from ProcessingCommandWithRegion)
    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 ProcessingCommandBase)
    Public PropertyGets 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)
    Public PropertyGets a list of supported native pixel formats for this processing command.
    Public PropertyGets a list of supported pixel formats for this processing command. (Inherited from ProcessingCommandBase)
    Protected Properties
     NameDescription
    Protected PropertyGets 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)
    Protected PropertyGets the method, which defines how to expand the supported pixel formats when native pixel formats must be expanded. (Inherited from ProcessingCommandBase)
    Protected PropertyGets 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)
    See Also