set_page_print_ticket method

set_page_print_ticket

Links the print_ticket to the page indexed by page_index in the document indexed by document_index.

def set_page_print_ticket(self, document_index, page_index, print_ticket):
    ...
ParameterTypeDescription
document_indexintIndex of the document.
page_indexintIndex of the page to link the print ticket to.
print_ticketaspose.page.xps.xpsmetadata.PagePrintTicketThe print ticket to link.

See Also