VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / changeFontSizeForSelectedText Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    changeFontSizeForSelectedText Method
    In This Topic
    Changes the font size, in points, for selected text.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var value; // Type: any
    
    // Parameters
    var fontSize; // Type: number
    
    value = instance.changeFontSizeForSelectedText(fontSize);
    
    
    function changeFontSizeForSelectedText(
    fontSize
    The font size in points.
    : number
    ) : any;

    Parameters

    fontSize
    The font size in points.
    Browser Compatibility
    56+
    45+
    11
    See Also