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::Number Property
.NET Framework (current version)
Gets the number of documents or pages that have been written.
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System::Int32The number of documents or pages that have been written at the time of the event.
When the WritingLevel property is FixedDocumentSequenceWritingProgress, Number specifies the number of documents that have been written. For all other WritingLevel cases, Number is the number of pages that have been written.
.NET Framework
Available since 3.0
Available since 3.0
Show: