ExpertPdf PDF Creator Library
Save Method (outStream)
NamespacesExpertPdf.PdfCreatorDocumentSave(Stream)
ExpertPdf PDF Creator 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.PdfCreator (Module: ExpertPdf.PdfCreator.dll) Version: 9.2.0.25824 (9.2.0.0)