Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlPage Class / SaveAsPdf Method / SaveAsPdf(String,PdfOptions) Method
The destination file path.
The set of parameters for the output PDF file.

In This Topic
    SaveAsPdf(String,PdfOptions) Method
    In This Topic
    Creates a PDF file from the current page.
    Syntax
    '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.
    See Also