ImageFormatGroupInfo Class
Definition
- Namespace
- GleamTech.ImageUltimate
- Assembly
- GleamTech.ImageUltimate.dll
Provides information about a image format group.
public class ImageFormatGroupInfo
- Inheritance
-
ImageFormatGroupInfo
Properties
| Description |
Gets the user-friendly description of this image format group. |
| Formats |
Gets all file formats for this image format group. |
| Value |
Gets the corresponding ImageFormatGroup enumeration value. |
Methods
| Enumerate(ImageFormatSupport) |
Enumerates supported file format groups for image loading or saving. |
| EnumerateFormats(ImageFormatSupport) |
Enumerates supported image formats of this group for loading or saving. |
| Get(ImageFormatGroup) |
Gets the image format group info corresponding to the specified ImageFormatGroup enumeration value. |
| ToString() |
Returns the same value as Description property. |