XpsDocumentNotificationLevel 枚举

定义

指示对 XML 纸张规范(XPS)文档的写入操作还是打印队列发送回页逐页和逐文档进度通知。

public enum class XpsDocumentNotificationLevel
public enum XpsDocumentNotificationLevel
type XpsDocumentNotificationLevel = 
Public Enum XpsDocumentNotificationLevel
继承
XpsDocumentNotificationLevel

字段

名称 说明
None 0

未指示通知状态。

ReceiveNotificationEnabled 1

已启用进度通知。

ReceiveNotificationDisabled 2

进度通知已禁用。

注解

如果未启用通知,则会XpsDocumentWriter将序列化的 XML 纸张规范 (XPS) 文档复制到目标或XpsDocument创建的文档PrintQueueXpsDocumentWriter。 启用后,第 XpsDocumentWriter 一个反序列化文档,接下来对其进行重新序列化,然后在为每个页面和文档发送进度通知时将其写入目标。

适用于