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

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