IXpsDocumentConsumer::SendXpsDocument 方法 (filterpipeline.h)
方法 SendXpsDocument
将 XPS 文档发送到管道。
语法
HRESULT SendXpsDocument(
[in] IXpsDocument *pIXpsDocument
);
参数
[in] pIXpsDocument
指向要发送的 XPS 文档对象的指针。
返回值
SendXpsDocument
返回 HRESULT 值。
注解
IXpsDocument 接口是 XPS 文档的树视图的根。 该树还包含一个固定文档序列以及任意数量的固定文档和固定页。
只能发送一个 XpsDocument 接口。 SendXpsDocument
如果筛选器为同一打印作业提交多个 XpsDocument 接口,该方法将失败。
要求
要求 | 值 |
---|---|
目标平台 | 桌面 |
标头 | filterpipeline.h |