WritingProgressChangeLevel 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 WritingProgressChanged event.
public enum class WritingProgressChangeLevel
public enum WritingProgressChangeLevel
type WritingProgressChangeLevel =
Public Enum WritingProgressChangeLevel
- Inheritance
Fields
Name | Value | Description |
---|---|---|
None | 0 | The output progress is unspecified. |
FixedDocumentSequenceWritingProgress | 1 | The output progress of a multiple document sequence. |
FixedDocumentWritingProgress | 2 | The output progress of a single document. |
FixedPageWritingProgress | 3 | The output progress of a single page. |
Remarks
The WritingProgressChangeLevel enumeration is used to specify WritingLevel property of the WritingProgressChangedEventArgs class.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.