System.Drawing.Imaging.MetafileHeader Members

The members of System.Drawing.Imaging.MetafileHeader are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
BoundsSystem.Drawing.Rectangle.

Gets a System.Drawing.Rectangle that bounds the associated System.Drawing.Imaging.Metafile.

[read-only]
DpiXfloat.

Gets the horizontal resolution, in dots per inch, of the associated System.Drawing.Imaging.Metafile.

[read-only]
DpiYfloat.

Gets the vertical resolution, in dots per inch, of the associated System.Drawing.Imaging.Metafile.

[read-only]
EmfPlusHeaderSizeint.

Gets the size, in bytes, of the enhanced metafile plus header file.

[read-only]
LogicalDpiXint.

Gets the logical horizontal resolution, in dots per inch, of the associated System.Drawing.Imaging.Metafile.

[read-only]
LogicalDpiYint.

Gets the logical vertical resolution, in dots per inch, of the associated System.Drawing.Imaging.Metafile.

[read-only]
MetafileSizeint.

Gets the size, in bytes, of the associated System.Drawing.Imaging.Metafile.

[read-only]
TypeMetafileType.

Gets the type of the associated System.Drawing.Imaging.Metafile.

[read-only]
Versionint.

Gets the version number of the associated System.Drawing.Imaging.Metafile.

[read-only]
WmfHeaderMetaHeader.

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

Public Methods

IsDisplay() : bool

Returns a value that indicates whether the associated System.Drawing.Imaging.Metafile is device dependent.

IsEmf() : bool

Returns a value that indicates whether the associated System.Drawing.Imaging.Metafile is in the Windows enhanced metafile format.

IsEmfOrEmfPlus() : bool

Returns a value that indicates whether the associated System.Drawing.Imaging.Metafile is in the Windows enhanced metafile format or the Windows enhanced metafile plus format.

IsEmfPlus() : bool

Returns a value that indicates whether the associated System.Drawing.Imaging.Metafile is in the Windows enhanced metafile plus format.

IsEmfPlusDual() : bool

Returns a value that indicates whether the associated System.Drawing.Imaging.Metafile is in the Dual enhanced metafile format. This format supports both the enhanced and the enhanced plus format.

IsEmfPlusOnly() : bool

Returns a value that indicates whether the associated System.Drawing.Imaging.Metafile supports only the Windows enhanced metafile plus format.

IsWmf() : bool

Returns a value that indicates whether the associated System.Drawing.Imaging.Metafile is in the Windows metafile format.

IsWmfPlaceable() : bool

Returns a value that indicates whether the associated System.Drawing.Imaging.Metafile is in the Windows placeable metafile format.