Table of Contents

ImageFormatGroupInfo.EnumerateFormats Method

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

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

public IEnumerable<ImageFormatInfo> EnumerateFormats(ImageFormatSupport formatSupport = ImageFormatSupport.Either)

Parameters

formatSupport ImageFormatSupport

The load or save support for the format.

Returns

IEnumerable<ImageFormatInfo>

An enumerable collection of image format infos.