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

    Return Value

    Radius color for resize point for selected text block. The minimum value is 0, the maximum value is 20. Default value is 5.
    Browser Compatibility
    56+
    45+
    11
    See Also