VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / get_CanResizeSelectedText Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_CanResizeSelectedText Method
    In This Topic
    Gets the value indicating whether selected text block can be resized.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var value; // Type: boolean
    value = instance.get_CanResizeSelectedText();
    
    
    function get_CanResizeSelectedText() : boolean;
    

    Return Value

    True - visual tool allows to resize the selected text block; False - visual tool does not allow to resize the selected text block. Default value is True.
    Browser Compatibility
    56+
    45+
    11
    See Also