PdfDocumentOptionsPrependPDFFile Property |
The full path of an existing PDF document which will prefix the PDF
document resulted after HTML conversion. This property can be used to add
a cover pages to the document resulted after HTML conversion.
Headers and footers are not applied on the prepended document.
Namespace: ExpertPdf.HtmlToPdfAssembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntaxpublic string PrependPDFFile { get; set; }Public Property PrependPDFFile As String
Get
Set
Property Value
String
See Also