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
formatSupportImageFormatSupportThe load or save support for the format.
Returns
- IEnumerable<ImageFormatInfo>
An enumerable collection of image format infos.