ExpertPdf Html to Pdf Converter Library
AppendPDFStreamArray Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsAppendPDFStreamArray
ExpertPdf Html to Pdf Converter Library
An array of PDF streams to be appended to the PDF document resulted after HTML conversion. Headers and footers are not applied on the appended documents.
Declaration Syntax
C#Visual BasicVisual C++
public Stream[] AppendPDFStreamArray { get; set; }
Public Property AppendPDFStreamArray As Stream()
	Get
	Set
public:
property array<Stream^>^ AppendPDFStreamArray {
	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)