DocumentSave Method (Stream) |
Saves the document into the specified stream.
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public void Save(
Stream outStream
)
Public Sub Save (
outStream As Stream
)
Parameters
- outStream
- Type: System.IOStream
The stream where to save the PDF document.
See Also