var instance = new Vintasoft.Imaging.ImageProcessing.WebOverlayBinaryCommandJS(); var value; // Type: boolean // Parameters var image; // Type: WebImageJS value = instance.checkCommandParams(image);
function checkCommandParams(
imageImage that should be processed.: WebImageJS
) : boolean;
Parameters
- image
- Image that should be processed.
Return Value
True if parameters are correct; False if parameters are NOT correct.