DocumentSave(Stream) Method
Saves this PDF document into the specified output stream.
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public void Save(
Stream outStream
)
Public Sub Save (
outStream As Stream
)
Parameters
- outStream Stream
- The stream where to save the PDF document.