Click or drag to resize

PdfDocumentOptionsPrependPDFStream Property

The PDF stream 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.HtmlToPdf
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public Stream PrependPDFStream { get; set; }

Property Value

Type: Stream
See Also