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

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.
Exceptions
ExceptionDescription
Thrown if OverlayImage property is empty.
Browser Compatibility
56+
45+
11
See Also