VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebRotateCommandJS 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.WebRotateCommandJS();
    
    var value; // Type: boolean
    
    // Parameters
    var image; // Type: WebImageJS
    
    value = instance.checkCommandParams(image);
    
    
    function checkCommandParams(
    image
    Image 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.
    Browser Compatibility
    56+
    45+
    11
    See Also