ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap 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 String, _
       ByVal options As JpegOptions _
    ) 
    public void SaveAsJpeg( 
       string fileName,
       JpegOptions options
    )

    Parameters

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