'Declaration Public Overloads Sub SaveAsPdf( _ ByVal outputFilePath As System.String, _ Optional ByVal options As PdfOptions _ )
public void SaveAsPdf( System.string outputFilePath, PdfOptions options )
Parameters
- outputFilePath
- The destination file path.
- options
- The set of parameters for the output PDF file.