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