ImageFormatInfoEnumerate Method
Enumerates supported image format infos for loading or saving.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public static IEnumerable<ImageFormatInfo> Enumerate(
ImageFormatSupport formatSupport = ImageFormatSupport.Either
)
Public Shared Function Enumerate (
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.