XPS_INTERLEAVING enumeration
Specifies whether the content of the XPS OM will be interleaved when it is written to a file or a stream.
Syntax
typedef enum {
XPS_INTERLEAVING_OFF = 1,
XPS_INTERLEAVING_ON
} XPS_INTERLEAVING;
Constants
XPS_INTERLEAVING_OFF
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
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
Header |
Xpsobjectmodel.h |
IDL |
XpsObjectModel.idl |