Metafile.GetMetafileHeader

GetMetafileHeader(Stream)

Returns the MetafileHeader associated with the specified Metafile.

public static MetafileHeader GetMetafileHeader(Stream stream)
ParameterTypeDescription
streamStreamA Stream containing the Metafile for which a header is retrieved.

Return Value

The MetafileHeader associated with the specified Metafile.

See Also


GetMetafileHeader(string)

Returns the MetafileHeader associated with the specified Metafile.

public static MetafileHeader GetMetafileHeader(string fileName)
ParameterTypeDescription
fileNameStringA String containing the name of the Metafile for which a header is retrieved.

Return Value

The MetafileHeader associated with the specified Metafile.

See Also


GetMetafileHeader()

Returns the MetafileHeader associated with this Metafile.

public MetafileHeader GetMetafileHeader()

Return Value

The MetafileHeader associated with this Metafile.

See Also