get_ThumbnailImageSize Method
Gets the thumbnail image size for 'series' panel.
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 }.