Aspose::Page::XPS::XpsDocument::SetDocumentPrintTicket method
XpsDocument::SetDocumentPrintTicket method
Links the printTicket to the document indexed by documentIndex .
void Aspose::Page::XPS::XpsDocument::SetDocumentPrintTicket(int32_t documentIndex, System::SharedPtr<XpsMetadata::DocumentPrintTicket> printTicket)
Parameter | Type | Description |
---|---|---|
documentIndex | int32_t | Index of the document to link the print ticket to. |
printTicket | System::SharedPtr<XpsMetadata::DocumentPrintTicket> | The print ticket to link. |
See Also
- Typedef SharedPtr
- Class DocumentPrintTicket
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++