VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / set_MaxGetImageInfoCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_MaxGetImageInfoCount Method
    In This Topic
    Sets the maximum count of items, which can be processed by 1 "GetImageInfo" request.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_MaxGetImageInfoCount(value);
    
    
    function set_MaxGetImageInfoCount(
    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.
    : number
    ) : any;

    Parameters

    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