VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_MaxGetImageInfoCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxGetImageInfoCount Method
    In This Topic
    Gets the maximum count of items, which can be processed by one "GetImageInfo" request.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: number
    value = instance.get_MaxGetImageInfoCount();
    
    
    function get_MaxGetImageInfoCount() : number;
    

    Return Value

    The maximum count of items, which can be processed by one "GetImageInfo" request. Minimum value is 100, maximum value is 5000. Default value is 5000.
    Browser Compatibility
    56+
    45+
    11
    See Also