VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / get_SelectedTextBlock Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_SelectedTextBlock Method
    In This Topic
    Gets the selected text block.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfTextBlockJS
    value = instance.get_SelectedTextBlock();
    
    
    function get_SelectedTextBlock() : WebPdfTextBlockJS;
    

    Return Value

    Selected text block.
    Browser Compatibility
    56+
    45+
    11
    See Also