ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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 System.String, _
       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