Metafile.GetMetafileHeader
Contents
[
Hide
]GetMetafileHeader(Stream)
Returns the MetafileHeader associated with the specified Metafile.
public static MetafileHeader GetMetafileHeader(Stream stream)
Parameter | Type | Description |
---|---|---|
stream | Stream | A Stream containing the Metafile for which a header is retrieved. |
Return Value
The MetafileHeader associated with the specified Metafile.
See Also
- class MetafileHeader
- class Metafile
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing
GetMetafileHeader(string)
Returns the MetafileHeader associated with the specified Metafile.
public static MetafileHeader GetMetafileHeader(string fileName)
Parameter | Type | Description |
---|---|---|
fileName | String | A String containing the name of the Metafile for which a header is retrieved. |
Return Value
The MetafileHeader associated with the specified Metafile.
See Also
- class MetafileHeader
- class Metafile
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing
GetMetafileHeader()
Returns the MetafileHeader associated with this Metafile.
public MetafileHeader GetMetafileHeader()
Return Value
The MetafileHeader associated with this Metafile.
See Also
- class MetafileHeader
- class Metafile
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing