set_GenerateOnlyVisibleThumbnails Method
In This Topic
Sets a value indicating whether the thumbnail viewer generates only visible thumbnails.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_GenerateOnlyVisibleThumbnails(value);
function set_GenerateOnlyVisibleThumbnails(
: boolean
) : any;
Parameters
- value
- True - the thumbnail viewer generates only visible thumbnails; False - the thumbnail viewer generates all thumbnails. Default value is True.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also