Metafile::GetMetafileHeader Method (String^)

 

Returns the MetafileHeader associated with the specified Metafile.

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

public:
static MetafileHeader^ GetMetafileHeader(
	String^ fileName
)

Parameters

fileName
Type: System::String^

A String containing the name of the Metafile for which a header is retrieved.

Return Value

Type: System.Drawing.Imaging::MetafileHeader^

The MetafileHeader associated with the specified Metafile.

.NET Framework
Available since 1.1
Return to top
Show: