set_SelectedTextBlockBorderColor Method
In This Topic
Sets the border color 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_SelectedTextBlockBorderColor(value);
function set_SelectedTextBlockBorderColor(
: string
) : any;
Parameters
- value
- Border color for selected text block. Default value is "rgba(0,0,255,0.7)".
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also