VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebImageProcessingCommandBaseJS type / getParams Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    getParams Method
    In This Topic
    Returns command parameters as JSON object.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebImageProcessingCommandBaseJS();
    
    var value; // Type: object
    value = instance.getParams();
    
    
    function getParams() : object;
    

    Return Value

    Command parameters as JSON object.
    Browser Compatibility
    56+
    45+
    11
    See Also