| Package | Description |
|---|---|
| com.aspose.xps |
The com.aspose.xps is a root package for all classes that deal with XPS document.
|
| Modifier and Type | Method and Description |
|---|---|
PagePrintTicket |
XpsDocument.getPagePrintTicket(int documentIndex,
int pageIndex)
Gets the print ticket of the page indexed by
pageIndex
in the document indexed by documentIndex. |
| Modifier and Type | Method and Description |
|---|---|
void |
XpsDocument.setPagePrintTicket(int documentIndex,
int pageIndex,
PagePrintTicket printTicket)
Links the
printTicket to the page indexed by pageIndex
in the document indexed by documentIndex. |
Copyright © 2025 Aspose. All Rights Reserved.