VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / set_CanResizeSelectedText Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_CanResizeSelectedText Method
    In This Topic
    Sets the value indicating whether selected text block can be resized.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_CanResizeSelectedText(value);
    
    
    function set_CanResizeSelectedText(
    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.
    : boolean
    ) : any;

    Parameters

    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.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also