DocumentSave(Stream) Method |
Saves the document into the specified stream.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic void Save(
Stream outStream
)
Public Sub Save (
outStream As Stream
)
Parameters
- outStream Stream
- The stream where to save the PDF document.
See Also