XpsDocument.GetDocumentPrintTicket

XpsDocument.GetDocumentPrintTicket method

Returns the print ticket of the document indexed by documentIndex.

public DocumentPrintTicket GetDocumentPrintTicket(int documentIndex)
ParameterTypeDescription
documentIndexInt32Index of the document whose print ticket to return.

Return Value

Document’s print ticket.

See Also