VintaSoft Imaging .NET SDK 15.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);

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