Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap Class / SaveAsJpeg Method / SaveAsJpeg(String,JpegOptions) Method
The output file name.
The options for the JPEG image encoder.

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

    Parameters

    fileName
    The output file name.
    options
    The options for the JPEG image encoder.
    See Also