Contains attributes of an associated Metafile. Not inheritable.
MetafileHeaderData
01 Syntax
Microsoft.VisualBasic.Imaging.MetafileHeaderData
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| Type | 1 | Gets the type of the associated Metafile. |
| MetafileSize | 1 | Gets the size, in bytes, of the associated Metafile object. |
| Version | 1 | Gets the version number of the metafile. |
| DpiX | 1 | Gets the horizontal DPI of the metafile. |
| DpiY | 1 | Gets the vertical DPI of the metafile. |
| Bounds | 1 | Gets the bounding rectangle of the metafile. |
| IsEmfOrEmfPlus | 1 | Gets a value indicating whether the metafile is an EMF or EMF+. |
| IsWmf | 1 | Gets a value indicating whether the metafile is a WMF. |
03 Members
Type
Gets the type of the associated Metafile.
MetafileSize
Gets the size, in bytes, of the associated Metafile object.
Version
Gets the version number of the metafile.
DpiX
Gets the horizontal DPI of the metafile.
DpiY
Gets the vertical DPI of the metafile.
Bounds
Gets the bounding rectangle of the metafile.
IsEmfOrEmfPlus
Gets a value indicating whether the metafile is an EMF or EMF+.
IsWmf
Gets a value indicating whether the metafile is a WMF.