// 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;