VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / set_SelectedTextBlockResizePointFillColor Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_SelectedTextBlockResizePointFillColor Method
    In This Topic
    Sets the fill color for resize point for selected text block.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_SelectedTextBlockResizePointFillColor(value);
    
    
    function set_SelectedTextBlockResizePointFillColor(
    value
    The fill color for resize point for selected text block. Default value is "rgba(255,0,0,1)".
    : string
    ) : any;

    Parameters

    value
    The fill color for resize point for selected text block. Default value is "rgba(255,0,0,1)".
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also