VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebLineRemovalCommandJS type
Constructors SeeAlso
In This Topic
    WebLineRemovalCommandJS Class Members
    In This Topic
    The following tables list the members exposed by WebLineRemovalCommandJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebLineRemovalCommandJS class.
    Methods
     NameDescription
    Public MethodChecks command parameters before command execution. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS)
    Public MethodOverloaded. Executes the image processing command. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodGets action name.
    Public MethodGets a binarization command applied to a not-black-white images.
    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 the direction of lines.
    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 a color for filling of lines.
    Public MethodGets a value indicating whether color for filling of lines is detected automatically.
    Public MethodGets the type of lines ends.
    Public MethodGets the type of lines to remove.
    Public MethodGets the maximum curvature of line.
    Public MethodGets the maximum angle, in degrees, of line deviation from the direction.
    Public MethodGets the maximum length of line gap.
    Public MethodGets the maximum length of line.
    Public MethodGets the maximum width of line.
    Public MethodGets the minimum confidence of line.
    Public MethodGets the minimum length of line.
    Public MethodGets the minimum length-to-width ratio of line.
    Public MethodGets the minimum width of line.
    Public MethodGets the value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.
    Public MethodGets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS)
    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 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 a binarization command mode applied to a not-black-white images.
    Public MethodSets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodSets the direction of lines.
    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 a color for filling of lines.
    Public MethodSets a value indicating whether color for filling of lines is detected automatically.
    Public MethodSets the type of lines ends.
    Public MethodSets the type of lines to remove.
    Public MethodSets the maximum curvature of line.
    Public MethodSets the maximum angle, in degrees, of line deviation from the direction.
    Public MethodSets the maximum length of line gap.
    Public MethodSets the maximum length of line.
    Public MethodSets the maximum width of line.
    Public MethodSets the minimum confidence of line.
    Public MethodSets the minimum length of line.
    Public MethodSets the minimum length-to-width ratio of line.
    Public MethodSets the minimum width of line.
    Public MethodSets the value indicating whether the line removal process reconnects objects that are broken after removing of the intersecting lines.
    Public MethodSets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS)
    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 an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS)
    See Also