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