ImageFormatInfoSupportedFor Method
Gets a value that indicates whether this format is supported for loading or saving.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public bool SupportedFor(
ImageFormatSupport formatSupport
)
Public Function SupportedFor (
formatSupport As ImageFormatSupport
) As Boolean
- formatSupport ImageFormatSupport
- The load or save support for the format.
Booleantrue if supported; otherwise, false.