ImageGear .NET v25.0 - 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
MemberDescription
CHECKSUMChecksum of previous 24 bytes.
FORMATMSP metadata format identifier.
HEIGHTHeight of the bitmap in pixels.
KEY1Magic number.
KEY2Magic number.
PADDINGUnused padding.
PRINTERHEIGHTHeight of the printer in pixels.
PRINTERWIDTHWidth of the printer in pixels.
WIDTHWidth of the bitmap in pixels.
XARBITMAPX Aspect ratio of the bitmap.
XARPRINTERX Aspect ratio of the printer.
XASPECTCORRX aspect correction (unused).
YARBITMAPY Aspect ratio of the bitmap.
YARPRINTERY Aspect ratio of the printer.
YASPECTCORRY aspect correction (unused).
Inheritance Hierarchy

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

See Also

Reference

ImageGear.Formats Namespace