VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfContentEditorToolJS type / getTextBlocks Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    getTextBlocks Method
    In This Topic
    Returns the text blocks of visual tool.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfContentEditorToolJS();
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfTextBlockJS[]
    value = instance.getTextBlocks();
    
    
    function getTextBlocks() : WebPdfTextBlockJS[];
    

    Return Value

    Array of text blockss of visual tool.
    Remarks

    Function can return null value if information about text blocks is NOT received yet. Information about text blocks is received if event "initializationFinished" with description "Get text blocks" is raised.

    Browser Compatibility
    56+
    45+
    11
    See Also