EXpsCompressionOptions enumeration (filterpipeline.h)

The ExpsCompressionOptions enumeration describes compression options for an XPS part.

Syntax

typedef enum __MIDL___MIDL_itf_filterpipeline_0000_0000_0001 {
  Compression_NotCompressed,
  Compression_Normal,
  Compression_Small,
  Compression_Fast
} EXpsCompressionOptions;

Constants

 
Compression_NotCompressed
The part is not compressed.
Compression_Normal
The part is compressed normally.
Compression_Small
The compression for the part is optimized for size.
Compression_Fast
The compression for the part is optimized for speed.

Requirements

Requirement Value
Header filterpipeline.h (include Filterpipeline.h)