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