| 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_Binarization | Gets a binarization command that must be 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_FillBorderSize | Gets the size, in pixels, of border around hole punch, which should be filled. |
 | get_FillColor | Gets a color for filling of hole punches. |
 | get_FillColorAutoDetection | Gets a value indicating whether color for filling of hole punches is detected automatically. |
 | get_HolePunchLocation | Gets the location of the hole punches to remove. |
 | get_MaxHoleSize | Gets the maximum size, in pixels, of the holes to be removed. |
 | get_MinHoleSize | Gets the minimum size, in pixels, of the holes to be removed. |
 | 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) |
 | getParams | Returns command parameters as object. |
 | set_Binarization | Sets a binarization command mode that must be 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_FillBorderSize | Sets the size, in pixels, of border around hole punch, which should be filled. |
 | set_FillColor | Sets a color for filling of hole punches. |
 | set_FillColorAutoDetection | Sets a value indicating whether color for filling of hole punches is detected automatically. |
 | set_HolePunchLocation | Sets the location of the hole punches to remove. |
 | set_MaxHoleSize | Sets the maximum size, in pixels, of the holes to be removed. |
 | set_MinHoleSize | Sets the minimum size, in pixels, of the holes to be removed. |
 | 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) |
 | setRegion | Sets an image region, which should be processed by the image processing command. (Inherited from WebImageProcessingCommandWithRegionAndSourceChangeJS) |