XpsDocument.SetDocumentPrintTicket

XpsDocument.SetDocumentPrintTicket method

Links the printTicket to the document indexed by documentIndex.

public void SetDocumentPrintTicket(int documentIndex, DocumentPrintTicket printTicket)
ParameterTypeDescription
documentIndexInt32Index of the document to link the print ticket to.
printTicketDocumentPrintTicketThe print ticket to link.

See Also