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.

XpsSerializationProgressChangedEventArgs::PageNumber Property

 

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

Namespace:   System.Windows.Xps.Serialization
Assembly:  ReachFramework (in ReachFramework.dll)

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

Property Value

Type: System::Int32

The total pages or documents have been serialized at the point when the event occurred.

When WritingLevel is FixedPageWritingProgress, then PageNumber is the number of pages. When WritingLevel is FixedDocumentWritingProgress, then PageNumber is the number of fixed documents.

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