IFixedDocument::GetPrintTicket method (filterpipeline.h)
The GetPrintTicket method gets the print ticket object for the fixed document.
Syntax
HRESULT GetPrintTicket(
[out] IPartPrintTicket **ppPrintTicket
);
Parameters
[out] ppPrintTicket
The print ticket object for the fixed document.
Return value
GetPrintTicket returns an HRESULT value. If a print ticket is not in the fixed document, this method might return E_ELEMENT_NOT_FOUND.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | filterpipeline.h |