|
PdfManagerSave Method (Stream) |
Saves the pdf document to the specified stream.
Namespace:
SelectPdf.Extras
Assembly:
Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 23.2
Syntax public virtual void Save(
Stream stream
)
Public Overridable Sub Save (
stream As Stream
)
Parameters
- stream
- Type: System.IOStream
The stream where to save the pdf document.
See Also