ImageFormatGroupInfoEnumerateFormats Method

Enumerates supported image formats of this group for loading or saving.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public IEnumerable<ImageFormatInfo> EnumerateFormats(
	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