VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_ThumbnailsFormat Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ThumbnailsFormat Method
    In This Topic
    Sets a format in which the viewer want to receive thumbnails.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebImageTypeEnumJS
    
    returnValue = instance.set_ThumbnailsFormat(value);
    
    
    function set_ThumbnailsFormat(
    value
    An instance of WebImageTypeEnumJS class that defines a format in which the viewer want to receive thumbnails. Default value is "Url".
    : WebImageTypeEnumJS
    ) : any;

    Parameters

    value
    An instance of WebImageTypeEnumJS class that defines a format in which the viewer want to receive thumbnails. Default value is "Url".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also