'Declaration Public Overloads Sub Save( _ ByVal stream As System.IO.Stream, _ ByVal saveOptions As SavePdfOptions _ )
public void Save( System.IO.Stream stream, SavePdfOptions saveOptions )
Parameters
- stream
- The System.IO.Stream object to use for saving the document.
- saveOptions
- The PDF save options.