MetafileHeader::WmfHeader Property

 

Gets the Windows metafile (WMF) header file for the associated Metafile.

Namespace:   System.Drawing.Imaging
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property MetaHeader^ WmfHeader {
	MetaHeader^ get();
}

Property Value

Type: System.Drawing.Imaging::MetaHeader^

A MetaHeader that contains the WMF header file for the associated Metafile.

.NET Framework
Available since 1.1
Return to top
Show: