ImageGear21.Core Assembly > ImageGear.Formats Namespace : ImGearIFFTagIDs Enumeration |
'Declaration Public Enum ImGearIFFTagIDs Inherits System.Enum
'Usage Dim instance As ImGearIFFTagIDs
public enum ImGearIFFTagIDs : System.Enum
__value public enum ImGearIFFTagIDs : public System.Enum
public enum class ImGearIFFTagIDs : public System.Enum
Member | Value | Description |
---|---|---|
COMPRESSION | 6 | Image compression. |
FORMAT | 37 | IFF metadata format identifier. |
HIGH | 1 | Image height. |
MASK | 5 | Mask info. |
PAGE_H | 9 | Page height. |
PAGE_W | 8 | Page width. |
PLANES | 4 | Color map planes. |
TRAN_ASPT | 7 | Tran aspt. |
TRANSP_COLOR | 11 | Transp color. |
VIEW_MODE | 10 | View mode. |
WIDE | 0 | Image width. |
X_ASPECT | 12 | X aspect resolution. |
XORG | 2 | Image X origin. |
Y_ASPECT | 13 | Y aspect resolution. |
YORG | 3 | Image Y origin. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearIFFTagIDs