VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_ThumbnailScale Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ThumbnailScale Method
    In This Topic
    Gets the scale of thumbnails.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.WebThumbnailScaleEnumJS
    value = instance.get_ThumbnailScale();
    
    
    function get_ThumbnailScale() : WebThumbnailScaleEnumJS;
    

    Return Value

    An instance of WebThumbnailScaleEnumJS class. Default value is "Normal".
    Browser Compatibility
    56+
    45+
    11
    See Also