IXpsDocumentConsumer::SendFixedDocumentSequence method (filterpipeline.h)
The SendFixedDocumentSequence method sends a fixed document sequence to the pipeline.
Syntax
HRESULT SendFixedDocumentSequence(
[in] IFixedDocumentSequence *pIFixedDocumentSequence
);
Parameters
[in] pIFixedDocumentSequence
A pointer to an XPS fixed document sequence object.
Return value
SendFixedDocumentSequence
returns an HRESULT value.
Remarks
Only one IFixedDocumentSequence interface can be sent. The SendFixedDocumentSequence
method will fail if a filter submits more than one such interface for the same print job.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | filterpipeline.h |