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

Return Value

Page’s print ticket.

See Also