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(
: 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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also