set_document_print_ticket method

set_document_print_ticket

Links the print_ticket to the document indexed by document_index.

def set_document_print_ticket(self, document_index, print_ticket):
    ...
ParameterTypeDescription
document_indexintIndex of the document to link the print ticket to.
print_ticketaspose.page.xps.xpsmetadata.DocumentPrintTicketThe print ticket to link.

See Also