EXpsJobConsumption enumeration (filterpipeline.h)

The EXpsJobConsumption enumeration describes job consumption updates.

Syntax

typedef enum __MIDL___MIDL_itf_filterpipeline_0000_0000_0003 {
  XpsJob_DocumentSequenceAdded,
  XpsJob_FixedDocumentAdded,
  XpsJob_FixedPageAdded
} EXpsJobConsumption;

Constants

 
XpsJob_DocumentSequenceAdded
A document sequence is added to the job.
XpsJob_FixedDocumentAdded
A fixed document is added to the job.
XpsJob_FixedPageAdded
A fixed page is added to the job.

Remarks

A rendering filter uses the IPrintPipelineProgressReport interface to send updates to the pipeline.

Rendering filters convert XPS to the page description language (PDL).

A pipeline does not necessarily need one of the EXpsJobConsumption enumeration values.

Requirements

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