ImageFormatInfo Class
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Provides information about a image format.
public class ImageFormatInfo
- Inheritance
-
ImageFormatInfo
Properties
| DefaultExtension |
Gets the default file extension for this image format. |
| Description |
Gets the user-friendly description of this image format. |
| Extensions |
Gets all file extensions for this image format. |
| Group |
Gets the group of this image format. |
| Value |
Gets the corresponding ImageFormat enumeration value. |
Methods
| Enumerate(ImageFormatSupport) |
Enumerates supported image format infos for loading or saving. |
| EnumerateExtensions(ImageFormatSupport) |
Enumerates supported image file extensions for loading or saving. |
| Get(ImageFormat) |
Gets the image format info corresponding to the specified ImageFormat enumeration value. |
| Get(string) |
Gets the image format info by file name or path or extension. |
| SupportedFor(ImageFormatSupport) |
Gets a value that indicates whether this format is supported for loading or saving. |
| ToString() |
Returns the same value as Description property. |