Click or drag to resize

WebImageViewerApplyCommand Method

Applies an ImageCommand to the current image in order to process it.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public void ApplyCommand(
	ImageCommand command
)

Parameters

command
Type: Atalasoft.Imaging.ImageProcessingImageCommand
The ImageCommand to apply to the image.
See Also