VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / get_ThumbnailImageSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ThumbnailImageSize Method
    In This Topic
    Gets the thumbnail image size for 'series' panel.
    Syntax
    var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
    
    var value; // Type: object
    value = instance.get_ThumbnailImageSize();
    
    
    function get_ThumbnailImageSize() : object;
    

    Return Value

    The thumbnail image size - { width:number, height:number }.
    Browser Compatibility
    56+
    45+
    11
    See Also