This documentation is archived and is not being maintained.
PackagingAction Enumeration
Visual Studio 2008
Identifies the types of events that occur during the serialization of a package.
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 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.
Show: