set_NotReadyThumbnailAppearance Method
In This Topic
Sets the appearance of the not ready thumbnail.
Syntax
var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
var returnValue; // Type: any
// Parameters
var value; // Type: WebThumbnailAppearanceJS
returnValue = instance.set_NotReadyThumbnailAppearance(value);
function set_NotReadyThumbnailAppearance(
: WebThumbnailAppearanceJS
) : any;
Parameters
- value
- WebThumbnailAppearanceJS of the not ready thumbnail.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also