| ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearICATagIDs Enumeration |
'Declaration Public Enum ImGearICATagIDs Inherits System.Enum
'Usage Dim instance As ImGearICATagIDs
public enum ImGearICATagIDs : System.Enum
__value public enum ImGearICATagIDs : public System.Enum
public enum class ImGearICATagIDs : public System.Enum
| Member | Value | Description |
|---|---|---|
| BASE | 1007 | Size units value. |
| BITORDER | 1006 | Bit order. |
| COMPRESSION | 1008 | Image compression. |
| DEPTH | 1003 | Image depth. |
| FILLORDER | 1009 | Fill order. |
| FORMAT | 6 | IOCA metadata format identifier. |
| HEIGHT | 1002 | Image height. |
| WIDTH | 1001 | Image width. |
| XDPI | 1004 | Horizontal image resolution. |
| YDPI | 1005 | Vertical image resolution. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearICATagIDs