'Declaration Public Overloads Sub SaveAsJpeg( _ ByVal filePath As System.String, _ Optional ByVal options As SaveAsImageOptions _ )
public void SaveAsJpeg( System.string filePath, SaveAsImageOptions options )
Parameters
- filePath
- The output file path.
- options
- The SaveAsImageOptions object.