get_document_print_ticket method

get_document_print_ticket

Returns the print ticket of the document indexed by document_index.

Returns

Document’s print ticket.

def get_document_print_ticket(self, document_index):
    ...
ParameterTypeDescription
document_indexintIndex of the document whose print ticket to return.

See Also