VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / set_SelectedTextBlockResizePointRadius Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
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);

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