ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearPCXTagIDs Enumeration




In This Topic
    ImGearPCXTagIDs Enumeration
    In This Topic
    Lists all PCX tag identifiers.
    Syntax
    '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 
    Members
    MemberValueDescription
    BIT_PER_PLANE403Bit per plane.
    BYTES_PER_LINE413Bytes per line.
    ENCODE402Encoding type.
    EXTRA417Extra data length.
    FORMAT12PCX metadata format identifier.
    H_RES408Horizontal Resolution of creating device.
    MANUFACTURER400Manufacturer magic value.
    NUM_OF_PLANES412Num of planes.
    PALETTE_INFO414Palette info.
    PALETTE_TABLE410Palette table.
    SCANNER_H_RES415Scanner H_Res.
    SCANNER_V_RES416Scanner V_Res.
    V_RES409Vertical Resolution of creating device.
    VERSION_INFO401Version info.
    VIDEO_MODE411Video mode.
    X1404Left image coordinate to display.
    X2406RIght image coordinate to display.
    Y1405Top image coordinate to display.
    Y2407Bottom image coordinate to display.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearPCXTagIDs

    See Also