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