This documentation is archived and is not being maintained.
PackagingAction Enumeration
Visual Studio 2010
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 SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: