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)
ParameterTypeDescription
documentIndexint32_tIndex of the document to link the print ticket to.
printTicketSystem::SharedPtr<XpsMetadata::DocumentPrintTicket>The print ticket to link.

See Also