XpsSerializationProgressChangedEventArgs Constructor (XpsWritingProgressChangeLevel, Int32, Int32, Object^)
Initializes a new instance of the XpsSerializationProgressChangedEventArgs class.
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.
Available since 3.0