VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebCropCommandJS type / checkCommandParams Property
Syntax BrowserCompatibility SeeAlso
In This Topic
checkCommandParams Method
In This Topic
Checks command parameters before command execution.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebCropCommandJS();

var value; // Type: boolean

// Parameters
var image; // Type: WebImageJS

value = instance.checkCommandParams(image);

Parameters

image
Image that should be processed.

Return Value

True if parameters are correct; False if parameters are NOT correct.
Browser Compatibility
56+
45+
11
See Also