DocumentSave Method (Stream) |
Saves the document into the specified stream.
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic void Save(
Stream outStream
)
Public Sub Save (
outStream As Stream
)
Parameters
- outStream
- Type: System.IOStream
The stream where to save the PDF document.
See Also