GetMetafileHeader

GetMetafileHeader(Stream)

Renvoie leMetafileHeader associé au spécifiéMetafile .

public static MetafileHeader GetMetafileHeader(Stream stream)
ParamètreTaperLa description
streamStreamUNStream contenant leMetafile pour lequel un en-tête est récupéré.

Return_Value

LeMetafileHeader associé au spécifiéMetafile .

Voir également


GetMetafileHeader(string)

Renvoie leMetafileHeader associé au spécifiéMetafile .

public static MetafileHeader GetMetafileHeader(string fileName)
ParamètreTaperLa description
fileNameStringUNString contenant le nom duMetafile pour lequel un en-tête est récupéré.

Return_Value

LeMetafileHeader associé au spécifiéMetafile .

Voir également


GetMetafileHeader()

Renvoie leMetafileHeader associé à ceMetafile .

public MetafileHeader GetMetafileHeader()

Return_Value

LaMetafileHeader associé à ceMetafile.

Voir également