get_page_print_ticket method

get_page_print_ticket

Returns the print ticket of the page indexed by page_index in the document indexed by document_index.

Returns

Page’s print ticket.

def get_page_print_ticket(self, document_index, page_index):
    ...
ParameterTypeDescription
document_indexintIndex of the document.
page_indexintIndex of the page whose print ticket to return.

See Also