'Declaration
Public Sub SavePdf( _ ByVal stream As Stream, _ ByVal options As PdfExportOptions _ )
public void SavePdf( Stream stream, PdfExportOptions options )
Parameters
- stream
- Stream where the file is to be saved.
- options
- PdfExportOptions class with parameters that customize the PDF output.