VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfTextBlockJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfTextBlockJS type
    In This Topic
    Represents a text block that is located on PDF page.
    Syntax
    // Parameters
    var number; // Type: number
    var textContent; // Type: string
    var htmlContent; // Type: string
    var region; // Type: object
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfTextBlockJS(number, textContent, htmlContent, region);
    
    
    function WebPdfTextBlockJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTextBlockJS

    Browser Compatibility
    56+
    45+
    11
    See Also