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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.