PdfDocumentOptionsPrependPDFStreamArray Property |
An array of PDF streams which will prefix the PDF
document resulted after HTML conversion. This property can be used to add
cover pages to the document resulted after HTML conversion.
Headers and footers are not applied on the prepended documents.
Namespace:
ExpertPdf.HtmlToPdf
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntaxpublic Stream[] PrependPDFStreamArray { get; set; }
Public Property PrependPDFStreamArray As Stream()
Get
Set
Property Value
Type:
Stream
See Also