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