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) Version: 7.0.0.0 (7.0.0.0)