 |
PdfManagerSave(Stream) Method |
Saves the pdf document to the specified stream.
Namespace: SelectPdf.ExtrasAssembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntaxpublic virtual void Save(
Stream stream
)
Public Overridable Sub Save (
stream As Stream
)
Parameters
- stream Stream
- The stream where to save the pdf document.
See Also