Table of Contents

ImageFormatInfo.EnumerateExtensions Method

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Enumerates supported image file extensions for loading or saving.

public static IEnumerable<string> EnumerateExtensions(ImageFormatSupport formatSupport = ImageFormatSupport.Either)

Parameters

formatSupport ImageFormatSupport

The load or save support for the format.

Returns

IEnumerable<string>

An enumerable collection of image file extensions.