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(
: 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
See Also