ExpertPdf Html to Pdf Converter Library
PrependPDFStream Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsPrependPDFStream
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public Stream PrependPDFStream { get; set; }
Public Property PrependPDFStream As Stream
	Get
	Set
public:
property Stream^ PrependPDFStream {
	Stream^ get ();
	void set (Stream^ value);
}
Property Value

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)