PrintQueue.IsDirect 属性

定义

获取一个值,该值指示队列是直接打印到打印机还是后台处理程序文档,然后打印它们。

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

属性值

true 如果队列直接打印到打印机,则为否则,为 false.

注解

此属性只能通过Windows常见打印对话框进行设置。

适用于