IXpsOMPageReference::SetPrintTicketResource method (xpsobjectmodel.h)
Sets the IXpsOMPrintTicketResource interface pointer of the page-level print ticket resource that is to be assigned to the page.
Syntax
HRESULT SetPrintTicketResource(
[in] IXpsOMPrintTicketResource *printTicketResource
);
Parameters
[in] printTicketResource
A pointer to the IXpsOMPrintTicketResource interface of the page-level print ticket resource that is to be assigned to the page. If a print ticket has already been set, a NULL pointer releases it.
Return value
If the method succeeds, it returns S_OK; otherwise, it returns an HRESULT error code.
Return code | Description |
---|---|
|
The method succeeded. |
|
printTicketResource does not point to a recognized interface implementation. Custom implementation of XPS Document API interfaces is not supported. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | xpsobjectmodel.h |