PrintQueue.IsRawOnlyEnabled 属性

定义

获取一个用于指示打印队列能否使用 EMF(增强元文件)的值,增强元文件有助于加快数据从打印应用程序流向 Windows 后台程序的速度。

public:
 property bool IsRawOnlyEnabled { bool get(); };
public bool IsRawOnlyEnabled { get; }
member this.IsRawOnlyEnabled : bool
Public ReadOnly Property IsRawOnlyEnabled As Boolean

属性值

如果打印机无法使用 EMF 打印,则为 true;否则为 false

适用于