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 Constructor (XpsWritingProgressChangeLevel, Int32, Int32, Object^)

 

Initializes a new instance of the XpsSerializationProgressChangedEventArgs class.

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

public:
XpsSerializationProgressChangedEventArgs(
	XpsWritingProgressChangeLevel writingLevel,
	int pageNumber,
	int progressPercentage,
	Object^ userToken
)

Parameters

writingLevel
Type: System.Windows.Xps.Serialization::XpsWritingProgressChangeLevel

A value that specifies whether the change in progress is an additional page completed or an additional document completed.

pageNumber
Type: System::Int32

A value that specifies the total number of pages or the number of documents that are serialized at the time of the event.

progressPercentage
Type: System::Int32

A value that specifies the percentage of the total serialization job that is complete.

userToken
Type: System::Object^

A user-supplied object that provides additional information for the event handler.

When writingLevel is FixedPageWritingProgress, pageNumber is the number of pages. When writingLevel is FixedDocumentWritingProgress, pageNumber is the number of fixed documents.

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