XpsWritingProgressChangeLevel 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.
Specifies the scope of a writing progress indicator for XML Paper Specification (XPS) content.
public enum class XpsWritingProgressChangeLevel
public enum XpsWritingProgressChangeLevel
type XpsWritingProgressChangeLevel =
Public Enum XpsWritingProgressChangeLevel
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | There is no interpretation for the progress value. |
FixedDocumentSequenceWritingProgress | 1 | An entire sequence of one or more documents. |
FixedDocumentWritingProgress | 2 | A single document. |
FixedPageWritingProgress | 3 | A single page. |
Remarks
These values are primarily used for the WritingLevel property of the XpsSerializationProgressChangedEventArgs class.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.