'Declaration Public Overloads Sub SavePdf( _ ByVal stream As System.IO.Stream _ )
'Usage Dim instance As Worksheet Dim stream As System.IO.Stream instance.SavePdf(stream)
public void SavePdf( System.IO.Stream stream )
Parameters
- stream
- The stream to which to save the data.