'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.