MetafileHeader.IsWmf Method

Definition

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

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

Returns

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

Applies to