ImageFormatInfoEnumerate Method

Enumerates supported image format infos for loading or saving.

Definition

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

Parameters

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

Return Value

IEnumerableImageFormatInfo
An enumerable collection of image format infos.

See Also