ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearLVTagIDs Enumeration |
'Declaration Public Enum ImGearLVTagIDs Inherits System.Enum
'Usage Dim instance As ImGearLVTagIDs
public enum ImGearLVTagIDs : System.Enum
__value public enum ImGearLVTagIDs : public System.Enum
public enum class ImGearLVTagIDs : public System.Enum
Member | Value | Description |
---|---|---|
BITSPIX | 1104 | Bits per pixel. |
BLOCKLENGTH | 1114 | Block length. |
BYTEFORMAT | 1106 | Byte format. |
COMPRESSION | 1105 | Image compression. |
COMPVERSION | 1107 | Comp version. |
DISPLAYMETHOD | 1111 | Display method. |
FORMAT | 33 | LV metadata format identifier. |
LINES | 1102 | Number of lines. |
NBLOCKTYPE | 1110 | N Block type. |
PIXELS | 1103 | Number of columns. |
TEXT | 1115 | Text info. |
XAXIS | 1109 | X axis info. |
XORIGIN | 1101 | Image X origin. |
XSEPERATION | 1112 | X separation. |
YAXIS | 1108 | Y axis info. |
YORIGIN | 1100 | Image Y origin. |
YSEPERATION | 1113 | Y separation. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearLVTagIDs