VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Dicom Namespace / WebDicomSeriesManagerControlJS type / get_Size Property
Syntax BrowserCompatibility SeeAlso
In This Topic
get_Size Method
In This Topic
Gets the UI-control size, in surface space.
Syntax
var instance = new Vintasoft.Imaging.Dicom.WebDicomSeriesManagerControlJS(parentDiv);

var value; // Type: object
value = instance.get_Size();

Return Value

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