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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.