ImageGear .NET v25.1 - Updated
ImGearMSPTagIDs Enumeration




ImageGear.Core Assembly > ImageGear.Formats Namespace : ImGearMSPTagIDs Enumeration
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

Reference

ImageGear.Formats Namespace