| Name | Description |
 | checkCommandParams | Checks command parameters before command execution. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |
 | execute | Overloaded. Executes the image processing command. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
 | get_ActionName | Gets action name. |
 | get_BackgroundColor | Gets a color for filling of inverted text block background. |
 | get_Binarization | Gets a binarization command applied to a not-black-white images. |
 | get_CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS) |
 | get_ChangeSource | Gets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
 | get_ExpandSupportedPixelFormats | Gets 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) |
 | get_MaxHeight | Gets the maximum height, in pixels, of inverted text block. |
 | get_MaxWhitePercentage | Gets the maximum percentage of white pixels in inverted text block. |
 | get_MaxWidth | Gets the maximum width, in pixels, of inverted text block. |
 | get_MinHeight | Gets the minimum height, in pixels, of inverted text block. |
 | get_MinWhitePercentage | Gets the minimum percentage of white pixels in inverted text block. |
 | get_MinWidth | Gets the minimum width, in pixels, of inverted text block. |
 | get_Region | Gets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |
 | get_RestoreSourcePixelFormat | Gets 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) |
 | get_SupportedNativePixelFormats | Gets an array of supported native pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
 | get_SupportedPixelFormats | Gets an array of supported pixel formats for this processing command. (Inherited from WebImageProcessingCommandBaseJS) |
 | get_TextColor | Gets a color for filling of inverted text. |
 | getParams | Returns command parameters as object. |
 | set_BackgroundColor | Sets a color for filling of inverted text block background. |
 | set_Binarization | Sets a binarization command mode applied to a not-black-white images. |
 | set_ChangeSource | Sets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
 | set_ExpandSupportedPixelFormats | Sets 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) |
 | set_MaxHeight | Sets the maximum height, in pixels, of inverted text block. |
 | set_MaxWhitePercentage | Sets the maximum percentage of white pixels in inverted text block. |
 | set_MaxWidth | Sets the maximum width, in pixels, of inverted text block. |
 | set_MinHeight | Sets the minimum height, in pixels, of inverted text block. |
 | set_MinWhitePercentage | Sets the minimum percentage of white pixels in inverted text block. |
 | set_MinWidth | Sets the minimum width, in pixels, of inverted text block. |
 | set_Region | Sets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |
 | set_RestoreSourcePixelFormat | 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 WebImageProcessingCommandBaseJS) |
 | set_TextColor | Sets a color for filling of inverted text. |
 | setRegion | Sets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |