VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfTextBlockJS type / get_TextContent Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextContent Method
    In This Topic
    Gets text content of this text content.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfTextBlockJS(number, textContent, htmlContent, region);
    
    var value; // Type: string
    value = instance.get_TextContent();
    
    
    function get_TextContent() : string;
    

    Return Value

    The text content of this text block.
    Browser Compatibility
    56+
    45+
    11
    See Also