 |
PdfResizeManagerSave(Stream) Method |
Saves the pdf document to the specified stream.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic override void Save(
Stream stream
)
Public Overrides Sub Save (
stream As Stream
)
Parameters
- stream Stream
- The stream where to save the pdf document.
See Also