ExpertPdf Html to Pdf Converter Library
AppendPDFStream Property
NamespacesExpertPdf.HtmlToPdfPdfDocumentOptionsAppendPDFStream
ExpertPdf Html to Pdf Converter Library
A PDF stream to be appended to the PDF document resulted after HTML conversion. Headers and footers are not applied on the appended document.
Declaration Syntax
C#Visual BasicVisual C++
public Stream AppendPDFStream { get; set; }
Public Property AppendPDFStream As Stream
	Get
	Set
public:
property Stream^ AppendPDFStream {
	Stream^ get ();
	void set (Stream^ value);
}
Property Value

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