Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WritingProgressChangedEventArgs::WritingLevel Property

 

Gets a value that indicates the scope of the writing progress.

Namespace:   System.Windows.Documents.Serialization
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property WritingProgressChangeLevel WritingLevel {
	WritingProgressChangeLevel get();
}

Property Value

Type: System.Windows.Documents.Serialization::WritingProgressChangeLevel

An enumeration that indicates the scope of writing a multiple document sequence, a single document, or single page.

When the WritingLevel property is FixedDocumentSequenceWritingProgress, the Number property specifies the number of documents that have been written. For all other WritingLevel cases, the Number property is the number of pages that have been written.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft