WritingProgressChangeLevel Enum

Definition

Specifies the scope of a WritingProgressChanged event.

public enum class WritingProgressChangeLevel
public enum WritingProgressChangeLevel
type WritingProgressChangeLevel = 
Public Enum WritingProgressChangeLevel
Inheritance
WritingProgressChangeLevel

Fields

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.

None 0

The output progress is unspecified.

Remarks

The WritingProgressChangeLevel enumeration is used to specify WritingLevel property of the WritingProgressChangedEventArgs class.

Applies to

See also