Compartilhar via


IXpsOMPageReference::SetPrintTicketResource method

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

  • printTicketResource [in]
    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
S_OK

The method succeeded.

XPS_E_NO_CUSTOM_OBJECTS

printTicketResource does not point to a recognized interface implementation. Custom implementation of XPS Document API interfaces is not supported.

 

Requirements

Minimum supported client

Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps]

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps]

Header

Xpsobjectmodel.h

IDL

XpsObjectModel.idl

See also

IXpsOMPageReference

IXpsOMPrintTicketResource

XML Paper Specification