ImageFormatSupport Enumeration
Defines the image format support for loading or saving.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public enum ImageFormatSupport
Public Enumeration ImageFormatSupport
None | The image format should not be supported for any. |
Load | The image format should be supported for loading. |
Save | The image format should be supported for saving. |
Both | The image format should be supported for both loading and saving. |
Either | The image format should be supported for either loading and saving. |