VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebCompositeAnnotationViewJS type / get_Size Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Size Method
    In This Topic
    Gets the size, in device-independent units (1/96th inch per unit), of the annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebCompositeAnnotationViewJS(items);
    
    var value; // Type: object
    value = instance.get_Size();
    
    
    function get_Size() : object;
    

    Return Value

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