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
.NET Framework (current version)
Gets a value that indicates the scope of the writing progress.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property WritingProgressChangeLevel WritingLevel { WritingProgressChangeLevel get(); }
Property Value
Type: System.Windows.Documents.Serialization::WritingProgressChangeLevelAn 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
Available since 3.0
Show: