ExpertPdf Html to Pdf Converter Library
Save Method (outStream)
NamespacesExpertPdf.HtmlToPdf.PdfDocumentDocumentSave(Stream)
ExpertPdf Html to Pdf Converter Library
Saves the document into the specified stream.
Declaration Syntax
C#Visual BasicVisual C++
public void Save(
	Stream outStream
)
Public Sub Save ( 
	outStream As Stream
)
public:
void Save(
	Stream^ outStream
)
Parameters
outStream (Stream)
The stream where to save the PDF document.

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