此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
返回一个值,该值指示关联的 Metafile 是否为 Windows 增强型图元文件格式。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
如果关联的 Metafile 为 Windows 增强型图元文件格式,则为 true;否则为 false。true if the associated Metafile is in the Windows enhanced metafile format; otherwise, false.
true
false