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




In This Topic
    ImGearMSPTagIDs Enumeration
    In This Topic
    Lists all MSP tag identifiers.
    Syntax
    'Declaration
     
    Public Enum ImGearMSPTagIDs 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearMSPTagIDs
    public enum ImGearMSPTagIDs : System.Enum 
    __value public enum ImGearMSPTagIDs : public System.Enum 
    public enum class ImGearMSPTagIDs : public System.Enum 
    Members
    MemberValueDescription
    CHECKSUM1812Checksum of previous 24 bytes.
    FORMAT9MSP metadata format identifier.
    HEIGHT1803Height of the bitmap in pixels.
    KEY11800Magic number.
    KEY21801Magic number.
    PADDING1813Unused padding.
    PRINTERHEIGHT1809Height of the printer in pixels.
    PRINTERWIDTH1808Width of the printer in pixels.
    WIDTH1802Width of the bitmap in pixels.
    XARBITMAP1804X Aspect ratio of the bitmap.
    XARPRINTER1806X Aspect ratio of the printer.
    XASPECTCORR1810X aspect correction (unused).
    YARBITMAP1805Y Aspect ratio of the bitmap.
    YARPRINTER1807Y Aspect ratio of the printer.
    YASPECTCORR1811Y aspect correction (unused).
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Formats.ImGearMSPTagIDs

    See Also