WritingProgressChangeLevel Enum

Definition

Specifies the scope of a WritingProgressChanged event.

C#
public enum WritingProgressChangeLevel
Inheritance
WritingProgressChangeLevel

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

Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also