PackagingAction Enumeration
.NET Framework (current version)
Identifies the types of events that occur during the serialization of a package.
Assembly: ReachFramework (in ReachFramework.dll)
| Member name | Description | |
|---|---|---|
| AddingDocumentSequence | A document sequence is being added. | |
| AddingFixedDocument | A document is being added. | |
| AddingFixedPage | A page is being added. | |
| DocumentSequenceCompleted | A document sequence has been added, but not necessarily committed. | |
| FixedDocumentCompleted | A document has been added, but not necessarily committed. | |
| FixedPageCompleted | A page 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. | |
| None | No action has been taken. | |
| ResourceAdded | A resource has been added, but not necessarily committed. | |
| XpsDocumentCommitted | The document is committed. |
Use this enumeration as the value of the PackagingProgressEventArgs::Action property.
.NET Framework
Available since 3.0
Available since 3.0
Show: