VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebImageSegmentationCommandJS type
Constructors SeeAlso
In This Topic
    WebImageSegmentationCommandJS Class Members
    In This Topic
    The following tables list the members exposed by WebImageSegmentationCommandJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebImageSegmentationCommandJS class.
    Methods
     NameDescription
    Public MethodChecks command parameters before command execution. Throws an exception if parameters are NOT correct. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodOverloaded. Executes the image processing command.
    Public MethodGets action name.
    Public MethodGets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS)
    Public MethodGets the maximum allowable difference between colors for image region in the source document image.
    Public MethodGets the minimum allowable difference between colors for image region in the source document image.
    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 the minimum region area.
    Public MethodGets the window size for noise removal algorithm.
    Public MethodGets the accuracy of approximating image region using rectangles.
    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 the sensitivity of the command.
    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 MethodGets a window size of the command.
    Public MethodReturns command parameters as object.
    Public MethodSets the maximum allowable difference between colors for image region in the source document image.
    Public MethodSets the minimum allowable difference between colors for image region in the source document image.
    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 the minimum region area.
    Public MethodSets the window size for noise removal algorithm.
    Public MethodSets the accuracy of approximating image region using rectangles.
    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 the sensitivity of the command.
    Public MethodSets a window size of the command.
    See Also