Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaImage Class / SaveAsJpeg Method / SaveAsJpeg(String,JpegOptions) Method
The output file path.
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 filePath As System.String, _
       Optional ByVal options As JpegOptions _
    ) 
    public void SaveAsJpeg( 
       System.string filePath,
       JpegOptions options
    )

    Parameters

    filePath
    The output file path.
    options
    The options for the JPEG image encoder.
    See Also