VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationTextPropertiesJS type / get_AutoSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_AutoSize Method
    In This Topic
    Gets a value indicating whether the annotation's size depends on the text size.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS();
    
    var value; // Type: boolean
    value = instance.get_AutoSize();
    
    
    function get_AutoSize() : boolean;
    

    Return Value

    True - the annotation's size depends on the text size; False - the annotation's size does not depend on the text size. Default value is false.
    Browser Compatibility
    56+
    45+
    11
    See Also