VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / set_SelectedTextBlock Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_SelectedTextBlock Method
In This Topic
Sets the selected text block.
Syntax
var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();

var returnValue; // Type: any

// Parameters
var value; // Type: WebPdfTextBlockJS

returnValue = instance.set_SelectedTextBlock(value);

Parameters

value
Selected text block.
Exceptions
ExceptionDescription
Thrown if argument has wrong type OR page does not contain specified text block.
Browser Compatibility
56+
45+
11
See Also