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