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 حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.