ImageFormatInfoEnumerateExtensions Method
Enumerates supported image file extensions for loading or saving.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public static IEnumerable<string> EnumerateExtensions(
ImageFormatSupport formatSupport = ImageFormatSupport.Either
)
Public Shared Function EnumerateExtensions (
Optional formatSupport As ImageFormatSupport = ImageFormatSupport.Either
) As IEnumerable(Of String)
- formatSupport ImageFormatSupport (Optional)
- The load or save support for the format.
IEnumerableStringAn enumerable collection of image file extensions.