Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / SaveAsJpeg Method / SaveAsJpeg(String,SaveAsImageOptions) Method
The output file path.
The SaveAsImageOptions object.

In This Topic
    SaveAsJpeg(String,SaveAsImageOptions) Method
    In This Topic
    Saves the page as an image to a file in JPEG format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsJpeg( _
       ByVal filePath As System.String, _
       Optional ByVal options As SaveAsImageOptions _
    ) 
    public void SaveAsJpeg( 
       System.string filePath,
       SaveAsImageOptions options
    )

    Parameters

    filePath
    The output file path.
    options
    The SaveAsImageOptions object.
    See Also