BenSelect Documentation
AddPdfLetterhead Method
See Also  Send Feedback
Selerix.ReportEngine Namespace > Utils Class : AddPdfLetterhead Method
document
The PDF document.
page
The PDF page on which we need to add the template
templatePdfFilePath
Path to the PDF file that contains at least one page which would be used as template content.
drawOnBackground
Indicating whether this template should be drawn before any other contents of a page.
Adds template content to the first page of the PDF file only

Syntax

JScript 
public static function AddPdfLetterhead( 
   document : BitMiracle.Docotic.Pdf.PdfDocument,
   page : BitMiracle.Docotic.Pdf.PdfPage,
   templatePdfFilePath : String,
   drawOnBackground : boolean
);

Parameters

document
The PDF document.
page
The PDF page on which we need to add the template
templatePdfFilePath
Path to the PDF file that contains at least one page which would be used as template content.
drawOnBackground
Indicating whether this template should be drawn before any other contents of a page.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.