set_ThumbnailImageSize Method
In This Topic
Sets the thumbnail image size for 'series' panel.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);
var returnValue; // Type: any
// Parameters
var value; // Type: object
returnValue = instance.set_ThumbnailImageSize(value);
function set_ThumbnailImageSize(
: object
) : any;
Parameters
- value
- The thumbnail image size - { width:number, height:number }.
Browser Compatibility
See Also