Method GetJpegFileType
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
GetJpegFileType(IFileTypesService)
Gets a IFileTypeInfo for the built-in JPEG FileType.
public static IFileTypeInfo GetJpegFileType(this IFileTypesService service)
Parameters
service
IFileTypesService
Returns
Remarks
The FileType returned by GetInstance() will be castable to IJpegFileType.