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

    Parameters

    color
    The font color.
    Browser Compatibility
    56+
    45+
    11
    See Also