MetafileHeader.IsEmf Method

Definition

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

public:
 bool IsEmf();
public bool IsEmf ();
member this.IsEmf : unit -> bool
Public Function IsEmf () As Boolean

Returns

true if the associated Metafile is in the Windows enhanced metafile format; otherwise, false.

Applies to