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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.