MetafileHeader Class
Contains attributes of an associated Metafile. Not inheritable.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Bounds | |
![]() | DpiX | Gets the horizontal resolution, in dots per inch, of the associated Metafile. |
![]() | DpiY | Gets the vertical resolution, in dots per inch, of the associated Metafile. |
![]() | EmfPlusHeaderSize | Gets the size, in bytes, of the enhanced metafile plus header file. |
![]() | LogicalDpiX | Gets the logical horizontal resolution, in dots per inch, of the associated Metafile. |
![]() | LogicalDpiY | Gets the logical vertical resolution, in dots per inch, of the associated Metafile. |
![]() | MetafileSize | Gets the size, in bytes, of the associated Metafile. |
![]() | Type | Gets the type of the associated Metafile. |
![]() | Version | Gets the version number of the associated Metafile. |
![]() | WmfHeader | Gets the Windows metafile (WMF) header file for the associated Metafile. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IsDisplay() | Returns a value that indicates whether the associated Metafile is device dependent. |
![]() | IsEmf() | Returns a value that indicates whether the associated Metafile is in the Windows enhanced metafile format. |
![]() | IsEmfOrEmfPlus() | Returns a value that indicates whether the associated Metafile is in the Windows enhanced metafile format or the Windows enhanced metafile plus format. |
![]() | IsEmfPlus() | Returns a value that indicates whether the associated Metafile is in the Windows enhanced metafile plus format. |
![]() | IsEmfPlusDual() | Returns a value that indicates whether the associated Metafile is in the Dual enhanced metafile format. This format supports both the enhanced and the enhanced plus format. |
![]() | IsEmfPlusOnly() | Returns a value that indicates whether the associated Metafile supports only the Windows enhanced metafile plus format. |
![]() | IsWmf() | Returns a value that indicates whether the associated Metafile is in the Windows metafile format. |
![]() | IsWmfPlaceable() | Returns a value that indicates whether the associated Metafile is in the Windows placeable metafile format. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

