VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationFontJS type / set_Size Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_Size Method
    In This Topic
    Sets the text size.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationFontJS(size, familyName, italic, bold, strikeout, underline, unit);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_Size(value);
    
    
    function set_Size(
    value
    Text size.
    : number
    ) : any;

    Parameters

    value
    Text size.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Thrown if size is negative.
    Browser Compatibility
    56+
    45+
    11
    See Also