ImageFormatGroupInfoEnumerateFormats Method
Enumerates supported image formats of this group for loading or saving.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public IEnumerable<ImageFormatInfo> EnumerateFormats(
ImageFormatSupport formatSupport = ImageFormatSupport.Either
)
Public Function EnumerateFormats (
Optional formatSupport As ImageFormatSupport = ImageFormatSupport.Either
) As IEnumerable(Of ImageFormatInfo)
- formatSupport ImageFormatSupport (Optional)
- The load or save support for the format.
IEnumerableImageFormatInfoAn enumerable collection of image format infos.