XPS_INTERLEAVING enumeration (xpsobjectmodel.h)

Specifies whether the content of the XPS OM will be interleaved when it is written to a file or a stream.

Syntax

typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0016 {
  XPS_INTERLEAVING_OFF = 1,
  XPS_INTERLEAVING_ON
} XPS_INTERLEAVING;

Constants

 
XPS_INTERLEAVING_OFF
Value: 1
The content of the XPS OM is not interleaved. The document parts are written as complete parts.
XPS_INTERLEAVING_ON
The content of the XPS OM is interleaved. The document parts are divided into smaller pieces before they are written.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Header xpsobjectmodel.h

See also

Standard ECMA-376, Office Open XML File Formats

XML Paper Specification