This documentation is archived and is not being maintained.
PackageInterleavingOrder Enumeration
Visual Studio 2010
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 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: