This documentation is archived and is not being maintained.
PackageInterleavingOrder Enumeration
Visual Studio 2008
Provides values that specify the order in which the major parts of a package are streamed.
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 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: