XpsDocument.SetPagePrintTicket
XpsDocument.SetPagePrintTicket method
Links the printTicket to the page indexed by pageIndex in the document indexed by documentIndex.
public void SetPagePrintTicket(int documentIndex, int pageIndex, PagePrintTicket printTicket)
Parameter | Type | Description |
---|---|---|
documentIndex | Int32 | Index of the document. |
pageIndex | Int32 | Index of the page to link the print ticket to. |
printTicket | PagePrintTicket | The print ticket to link. |
See Also
- class PagePrintTicket
- class XpsDocument
- namespace Aspose.Page.XPS
- assembly Aspose.Page