MetafileHeader.IsEmfPlusOnly Method

Definition

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

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

Returns

true if the associated Metafile supports only the Windows enhanced metafile plus format; otherwise, false.

Applies to