SaveAsJpeg(String,JpegOptions) Method
Saves the image to a file in JPEG format.
'Declaration
Public Overloads Sub SaveAsJpeg( _
ByVal As System.String, _
Optional ByVal As JpegOptions _
)
Parameters
- fileName
- The output file name.
- options
- The options for the JPEG image encoder.