Aspose::Page::XPS::XpsDocument::SetPagePrintTicket method

XpsDocument::SetPagePrintTicket method

Links the printTicket to the page indexed by pageIndex in the document indexed by documentIndex .

void Aspose::Page::XPS::XpsDocument::SetPagePrintTicket(int32_t documentIndex, int32_t pageIndex, System::SharedPtr<XpsMetadata::PagePrintTicket> printTicket)
ParameterTypeDescription
documentIndexint32_tIndex of the document.
pageIndexint32_tIndex of the page to link the print ticket to.
printTicketSystem::SharedPtr<XpsMetadata::PagePrintTicket>The print ticket to link.

See Also