PackageInterleavingOrder Enumeration
Provides values that specify the order in which the major parts of a package are streamed.
Namespace: System.Windows.Xps.Packaging
Assembly: ReachFramework (in ReachFramework.dll)
| Member name | Description | |
|---|---|---|
| None | The streaming order is specified by the packaging system. | |
| ResourceFirst | The streaming order is: resource, page, document, and document sequence. | |
| ResourceLast | The streaming order is: document sequence, document, page, and resource. | |
| ImagesLast | The streaming order is: resource (other than images), page, document, document sequence, and images. |
When you specify ResourceFirst, each dependent object is serialized before the object on which it depends. When you specify ResourceLast, information about how a resource will be used is streamed before the resource. To display text first so that users can read while the images are opening, specify the ImagesLast member.
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.