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