set_DisplayThumbnailCaption Method
In This Topic
Sets a value indicating whether the viewer must display caption for thumbnail.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_DisplayThumbnailCaption(value);
function set_DisplayThumbnailCaption(
: boolean
) : any;
Parameters
- value
- A value indicating whether the thumbnail have caption. Default value is false.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also