PackagingAction Enumeration
.NET Framework 4.5
Identifies the types of events that occur during the serialization of a package.
Namespace: System.Windows.Xps.Packaging
Assembly: ReachFramework (in ReachFramework.dll)
| Member name | Description | |
|---|---|---|
| None | No action has been taken. | |
| AddingDocumentSequence | A document sequence is being added. | |
| DocumentSequenceCompleted | A document sequence has been added, but not necessarily committed. | |
| AddingFixedDocument | A document is being added. | |
| FixedDocumentCompleted | A document has been added, but not necessarily committed. | |
| AddingFixedPage | A page is being added. | |
| FixedPageCompleted | A page has been added, but not necessarily committed. | |
| ResourceAdded | A resource has been added, but not necessarily committed. | |
| FontAdded | A font has been added, but not necessarily committed. | |
| ImageAdded | An image has been added, but not necessarily committed. | |
| XpsDocumentCommitted | The document is committed. |
Use this enumeration as the value of the PackagingProgressEventArgs.Action property.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.