VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_ThumbnailSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ThumbnailSize Method
    In This Topic
    Gets the thumbnail size in thumbnail viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: object
    value = instance.get_ThumbnailSize();
    
    
    function get_ThumbnailSize() : object;
    

    Return Value

    The thumbnail size, in pixels, in thumbnail viewer. Default value is "{ width: 100, height: 100 }".
    Browser Compatibility
    56+
    45+
    11
    See Also