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):
    ...
| Parameter | Type | Description | 
|---|---|---|
| document_index | int | Index of the document. | 
| page_index | int | Index of the page whose print ticket to return. | 
See Also
- module 
aspose.page.xps - class 
PagePrintTicket - class 
XpsDocument