XpsDocument.GetPagePrintTicket
XpsDocument.GetPagePrintTicket method
Returns the print ticket of the page indexed by pageIndex in the document indexed by documentIndex.
public PagePrintTicket GetPagePrintTicket(int documentIndex, int pageIndex)
Parameter | Type | Description |
---|---|---|
documentIndex | Int32 | Index of the document. |
pageIndex | Int32 | Index of the page whose print ticket to return. |
Return Value
Page’s print ticket.
See Also
- class PagePrintTicket
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page