set_SelectedTextBlockResizePointRadius Method
In This Topic
Sets the radius 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_SelectedTextBlockResizePointRadius(value);
function set_SelectedTextBlockResizePointRadius(
: string
) : any;
Parameters
- value
- Radius for resize point for selected text block. The minimum value is 0, the maximum value is 20. Default value is 5.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also