This documentation is archived and is not being maintained.

XpsWritingProgressChangeLevel Enumeration

Specifies the scope of a writing progress indicator for XML Paper Specification (XPS) content. 

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

'Declaration
Public Enumeration XpsWritingProgressChangeLevel
'Usage
Dim instance As XpsWritingProgressChangeLevel
<object property="enumerationMemberName" .../>

Member nameDescription
NoneThere is no interpretation for the progress value.
FixedDocumentSequenceWritingProgressAn entire sequence of one or more documents.
FixedDocumentWritingProgressA single document.
FixedPageWritingProgressA single page.

These values are primarily used for the WritingLevel property of the XpsSerializationProgressChangedEventArgs class.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Show: