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::Number Property

 

Gets the number of documents or pages that have been written.

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

public:
property int Number {
	int get();
}

Property Value

Type: System::Int32

The 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
Return to top
Show:
© 2017 Microsoft