XpsDocumentNotificationLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether a write operation to an XML Paper Specification (XPS) document or a print queue sends back page-by-page and document-by-document progress notifications.
public enum class XpsDocumentNotificationLevel
public enum XpsDocumentNotificationLevel
type XpsDocumentNotificationLevel =
Public Enum XpsDocumentNotificationLevel
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | The notification status is not indicated. |
ReceiveNotificationEnabled | 1 | Progress notifications are enabled. |
ReceiveNotificationDisabled | 2 | Progress notifications are disabled. |
Remarks
When notification is not enabled, the XpsDocumentWriter copies the serialized XML Paper Specification (XPS) document to the target XpsDocument or PrintQueue that created the XpsDocumentWriter. When it is enabled, the XpsDocumentWriter first deserializes the document, next reserializes it, and then writes it to the target while it sends progress notifications for each page and document.