| ImageGear22.Core Assembly > ImageGear.Formats Namespace : ImGearMSPTagIDs Enumeration |
'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
| Member | Value | Description |
|---|---|---|
| CHECKSUM | 1812 | Checksum of previous 24 bytes. |
| FORMAT | 9 | MSP metadata format identifier. |
| HEIGHT | 1803 | Height of the bitmap in pixels. |
| KEY1 | 1800 | Magic number. |
| KEY2 | 1801 | Magic number. |
| PADDING | 1813 | Unused padding. |
| PRINTERHEIGHT | 1809 | Height of the printer in pixels. |
| PRINTERWIDTH | 1808 | Width of the printer in pixels. |
| WIDTH | 1802 | Width of the bitmap in pixels. |
| XARBITMAP | 1804 | X Aspect ratio of the bitmap. |
| XARPRINTER | 1806 | X Aspect ratio of the printer. |
| XASPECTCORR | 1810 | X aspect correction (unused). |
| YARBITMAP | 1805 | Y Aspect ratio of the bitmap. |
| YARPRINTER | 1807 | Y Aspect ratio of the printer. |
| YASPECTCORR | 1811 | Y aspect correction (unused). |
System.Object
System.ValueType
System.Enum
ImageGear.Formats.ImGearMSPTagIDs