VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebDrawImageCommandJS type
Constructors SeeAlso
In This Topic
    WebDrawImageCommandJS Class Members
    In This Topic
    The following tables list the members exposed by WebDrawImageCommandJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebDrawImageCommandJS class.
    Methods
     NameDescription
    Public MethodChecks command parameters before command execution.
    Public MethodOverloaded. Executes the image processing command. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodGets action name.
    Public MethodGets the background color of drawn image.
    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 the rectangle, in pixels, on the source image, where overlay image must be drawn.
    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 interpolation algorithm, which should be used for drawing the image.
    Public MethodGets the image that should be drawn on the source image.
    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 the rectangle, in pixels, on the overlay image, which should be drawn on source image.
    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 MethodReturns command parameters as JSON object.
    Public MethodSets the background color of drawn image.
    Public MethodSets a value indicating whether the changes must be saved in the source file. (Inherited from WebImageProcessingCommandWithSourceChangeJS)
    Public MethodSets the rectangle, in pixels, on the source image, where overlay image must be drawn.
    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 or sets the interpolation algorithm, which should be used for drawing the image.
    Public MethodSets the image ("top image") that should be overlaid on top of the source image.
    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 the rectangle, in pixels, on the overlay image, which should be drawn on source image.
    See Also