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,
: string,
: string,
: 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
See Also