VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.DocCleanup Namespace / WebAutoTextInvertCommandJS type
Constructors SeeAlso
In This Topic
    WebAutoTextInvertCommandJS Class Members
    In This Topic
    The following tables list the members exposed by WebAutoTextInvertCommandJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebAutoTextInvertCommandJS 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 color for filling of inverted text block background.
    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 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 maximum height, in pixels, of inverted text block.
    Public MethodGets the maximum percentage of white pixels in inverted text block.
    Public MethodGets the maximum width, in pixels, of inverted text block.
    Public MethodGets the minimum height, in pixels, of inverted text block.
    Public MethodGets the minimum percentage of white pixels in inverted text block.
    Public MethodGets the minimum width, in pixels, of inverted text block.
    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 MethodGets a color for filling of inverted text.
    Public MethodReturns command parameters as object.
    Public MethodSets a color for filling of inverted text block background.
    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 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 maximum height, in pixels, of inverted text block.
    Public MethodSets the maximum percentage of white pixels in inverted text block.
    Public MethodSets the maximum width, in pixels, of inverted text block.
    Public MethodSets the minimum height, in pixels, of inverted text block.
    Public MethodSets the minimum percentage of white pixels in inverted text block.
    Public MethodSets the minimum width, in pixels, of inverted text block.
    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 a color for filling of inverted text.
    Public MethodSets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS)
    See Also