VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationViewJS type / get_Size Property
Syntax BrowserCompatibility SeeAlso
get_Size Method
Gets the size, in device-independent units (1/96th inch per unit), of the annotation.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationViewJS();

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

Return Value

Size. Default value is { width: 0, height : 0 }.
Browser Compatibility
56+
45+
11
See Also