| 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_AutoThreshold | Gets a value indicating whether the black and white pixels removal thresholds are calculated automatically. |
 | get_BlackPixelRemovalThreshold | Gets the threshold, in percents, for black pixels removal. |
 | get_CanModifyImage | Gets a value indicating whether this command can modify an image. (Inherited from WebImageProcessingCommandBaseJS) |
 | get_CellSize | Gets the size, in pixels, of cells the image is divided into. |
 | 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_MaxSegmentSize | Gets the maximum length, in pixels, of a halftone segment. |
 | get_MinHalftoneHeight | Gets the minimum height, in pixels, of a halftone region. |
 | get_MinHalftoneWidth | Gets the minimum width, in pixels, of a halftone region. |
 | 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_WhitePixelRemovalThreshold | Gets the threshold, in percents, for white pixels removal. |
 | getParams | Returns command parameters as object. |
 | set_AutoThreshold | Sets a value indicating whether the black and white pixels removal thresholds are calculated automatically. |
 | set_BlackPixelRemovalThreshold | Sets the threshold, in percents, for black pixels removal. |
 | set_CellSize | Sets the size, in pixels, of cells the image is divided into. |
 | 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_MaxSegmentSize | Sets the maximum length, in pixels, of a halftone segment. |
 | set_MinHalftoneHeight | Sets the minimum height, in pixels, of a halftone region. |
 | set_MinHalftoneWidth | Sets the minimum width, in pixels, of a halftone region. |
 | 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_WhitePixelRemovalThreshold | Sets the threshold, in percents, for white pixels removal. |
 | setRegion | Sets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |