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)
ParameterTypeDescription
documentIndexInt32Index of the document.
pageIndexInt32Index of the page to link the print ticket to.
printTicketPagePrintTicketThe print ticket to link.

See Also