WebDrawImageCommandJS Class Members
In This Topic
The following tables list the members exposed by
WebDrawImageCommandJS.
Public Constructors
Methods
| Name | Description |
 | checkCommandParams | Checks command parameters before command execution. |
 | execute | Overloaded. Executes the image processing command. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
 | get_ActionName | Gets action name. |
 | get_BackgroundColor | Gets the background color of drawn image. |
 | 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_DestRect | Gets the rectangle, in pixels, on the source image, where overlay image must be drawn. |
 | 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_InterpolationMode | Gets the interpolation algorithm, which should be used for drawing the image. |
 | get_OverlayImage | Gets the image that should be drawn on the source image. |
 | 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_SourceRect | Gets the rectangle, in pixels, on the overlay image, which should be drawn on source image. |
 | 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 JSON object. |
 | set_BackgroundColor | Sets the background color of drawn image. |
 | set_ChangeSource | Sets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS) |
 | set_DestRect | Sets the rectangle, in pixels, on the source image, where overlay image must be drawn. |
 | 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_InterpolationMode | Sets or sets the interpolation algorithm, which should be used for drawing the image. |
 | set_OverlayImage | Sets the image ("top image") that should be overlaid on top of the source image. |
 | 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_SourceRect | Sets the rectangle, in pixels, on the overlay image, which should be drawn on source image. |
See Also