VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiProgressJS type / progress Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    progress Method
    In This Topic
    Sets the progress value.
    Syntax
    var instance = new Vintasoft.Imaging.UI.UIElements.WebUiProgressJS(settings);
    
    var value; // Type: any
    
    // Parameters
    var value; // Type: number
    
    value = instance.progress(value);
    
    
    function progress(
    value
    Progress value. Valid values are from 1 to 100.
    : number
    ) : any;

    Parameters

    value
    Progress value. Valid values are from 1 to 100.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also