ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearPCXTagIDs Enumeration |
'Declaration Public Enum ImGearPCXTagIDs Inherits System.Enum
'Usage Dim instance As ImGearPCXTagIDs
public enum ImGearPCXTagIDs : System.Enum
__value public enum ImGearPCXTagIDs : public System.Enum
public enum class ImGearPCXTagIDs : public System.Enum
Member | Value | Description |
---|---|---|
BIT_PER_PLANE | 403 | Bit per plane. |
BYTES_PER_LINE | 413 | Bytes per line. |
ENCODE | 402 | Encoding type. |
EXTRA | 417 | Extra data length. |
FORMAT | 12 | PCX metadata format identifier. |
H_RES | 408 | Horizontal Resolution of creating device. |
MANUFACTURER | 400 | Manufacturer magic value. |
NUM_OF_PLANES | 412 | Num of planes. |
PALETTE_INFO | 414 | Palette info. |
PALETTE_TABLE | 410 | Palette table. |
SCANNER_H_RES | 415 | Scanner H_Res. |
SCANNER_V_RES | 416 | Scanner V_Res. |
V_RES | 409 | Vertical Resolution of creating device. |
VERSION_INFO | 401 | Version info. |
VIDEO_MODE | 411 | Video mode. |
X1 | 404 | Left image coordinate to display. |
X2 | 406 | RIght image coordinate to display. |
Y1 | 405 | Top image coordinate to display. |
Y2 | 407 | Bottom image coordinate to display. |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearPCXTagIDs