Accusoft.ImagXpressSdk Namespace : GifType Enumeration |
'Declaration Public Enum GifType Inherits System.Enum
'Usage Dim instance As GifType
public enum GifType : System.Enum
__value public enum GifType : public System.Enum
public enum class GifType : public System.Enum
Member | Value | Description |
---|---|---|
Gif87a | 1 | GIF87a format. |
Gif89a | 0 | GIF89a format. |
The version number identifies the minimum set of capabilities necessary to a decoder to fully process the contents of the data stream. Version numbers refer to dates: "87a" - May 1987, "89a" - July 1989. GIF89a format contains text, which is not part of the actual graphics in the GIF data stream.
System.Object
System.ValueType
System.Enum
Accusoft.ImagXpressSdk.GifType