ImageFormatGroupInfoEnumerate Method

Enumerates supported file format groups for image loading or saving.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static IEnumerable<ImageFormatGroupInfo> Enumerate(
	ImageFormatSupport formatSupport = ImageFormatSupport.Either
)

Parameters

formatSupport  ImageFormatSupport  (Optional)
The load or save support for the format.

Return Value

IEnumerableImageFormatGroupInfo
An enumerable collection of image format group infos.

See Also