VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationTextPropertiesJS type / set_AutoSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_AutoSize Method
    In This Topic
    Sets a value indicating whether the annotation's size depends on the text size.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationTextPropertiesJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_AutoSize(value);
    
    
    function set_AutoSize(
    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.
    : boolean
    ) : any;

    Parameters

    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