MetaHeader Class
Contains information about a windows-format (WMF) metafile.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | MetaHeader() | Initializes a new instance of the MetaHeader class. |
| Name | Description | |
|---|---|---|
![]() | HeaderSize | Gets or sets the size, in bytes, of the header file. |
![]() | MaxRecord | Gets or sets the size, in bytes, of the largest record in the associated Metafile object. |
![]() | NoObjects | Gets or sets the maximum number of objects that exist in the Metafile object at the same time. |
![]() | NoParameters | This API supports the product infrastructure and is not intended to be used directly from your code. Not used. Always returns 0. |
![]() | Size | Gets or sets the size, in bytes, of the associated Metafile object. |
![]() | Type | Gets or sets the type of the associated Metafile object. |
![]() | Version | Gets or sets the version number of the header format. |
| 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() | |
![]() | 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.

