ImageFormatGroupInfo Class

Provides information about a image format group.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public class ImageFormatGroupInfo
Inheritance
Object    ImageFormatGroupInfo

Properties

DescriptionGets the user-friendly description of this image format group.
FormatsGets all file formats for this image format group.
ValueGets the corresponding ImageFormatGroup enumeration value.

Methods

EnumerateEnumerates supported file format groups for image loading or saving.
EnumerateFormatsEnumerates supported image formats of this group for loading or saving.
GetGets the image format group info corresponding to the specified ImageFormatGroup enumeration value.
ToStringReturns the same value as Description property.
(Overrides ObjectToString)

See Also