VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfTextBlockJS type / WebPdfTextBlockJS Constructor(number,string,string,object)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPdfTextBlockJS Constructor(number,string,string,object)
    In This Topic
    Initializes a new instance of the WebPdfTextBlockJS class.
    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(
    number
    The number of this text block.
    : number,
    textContent
    The text content of this text block.
    : string,
    htmlContent
    The HTML content of this text block.
    : string,
    region
    Region of text content in coordinates of PDF page.
    : object
    ) : WebPdfTextBlockJS;

    Parameters

    number
    The number of this text block.
    textContent
    The text content of this text block.
    htmlContent
    The HTML content of this text block.
    region
    Region of text content in coordinates of PDF page.
    Browser Compatibility
    56+
    45+
    11
    See Also