ImageFormatInfoEnumerateExtensions Method

Enumerates supported image file extensions for loading or saving.

Definition

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

Parameters

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

Return Value

IEnumerableString
An enumerable collection of image file extensions.

See Also