Aspose::Page::XPS::XpsDocument::GetPagePrintTicket method

XpsDocument::GetPagePrintTicket method

Returns the print ticket of the page indexed by pageIndex in the document indexed by documentIndex .

System::SharedPtr<XpsMetadata::PagePrintTicket> Aspose::Page::XPS::XpsDocument::GetPagePrintTicket(int32_t documentIndex, int32_t pageIndex)
ParameterTypeDescription
documentIndexint32_tIndex of the document.
pageIndexint32_tIndex of the page whose print ticket to return.

ReturnValue

Page’s print ticket.

See Also