SaveAsPdf(String,OutputRange,PdfOutputSettings) Method
In This Topic
Saves the document into a file in PDF format.
Syntax
'Declaration
Public Overloads Sub SaveAsPdf( _
ByVal As System.String, _
Optional ByVal As GrapeCity.Documents.Common.OutputRange, _
Optional ByVal As PdfOutputSettings _
)
public void SaveAsPdf(
System.string ,
GrapeCity.Documents.Common.OutputRange ,
PdfOutputSettings
)
Parameters
- filePath
- Full path to the output file.
- pageRange
- The range of pages that should be saved.
- pdfSettings
- The set of parameters for the output PDF.
See Also