ImageFormatSupport Enumeration

Defines the image format support for loading or saving.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public enum ImageFormatSupport

Members

NoneThe image format should not be supported for any.
LoadThe image format should be supported for loading.
SaveThe image format should be supported for saving.
BothThe image format should be supported for both loading and saving.
EitherThe image format should be supported for either loading and saving.

See Also