Package | Description |
---|---|
com.aspose.xps |
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 . |