This documentation is archived and is not being maintained.
MetafileHeader Class
Visual Studio 2010
Contains attributes of an associated Metafile. Not inheritable.
Assembly: System.Drawing (in System.Drawing.dll)
The MetafileHeader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Bounds | Gets a Rectangle that bounds the associated Metafile. |
![]() | 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | 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. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
