VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / get_SelectedTextBlockResizePointFillColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedTextBlockResizePointFillColor Method
    In This Topic
    Gets the fill color for resize point for selected text block.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var value; // Type: string
    value = instance.get_SelectedTextBlockResizePointFillColor();
    
    
    function get_SelectedTextBlockResizePointFillColor() : string;
    

    Return Value

    The fill color for resize point for selected text block. Default value is "rgba(255,0,0,1)".
    Browser Compatibility
    56+
    45+
    11
    See Also