Aspose::Page::XPS::XpsDocument::GetPagePrintTicket メソッド

XpsDocument::GetPagePrintTicket method

documentIndex でインデックスされたドキュメント内の、pageIndex でインデックスされたページの印刷チケットを返します。

System::SharedPtr<XpsMetadata::PagePrintTicket> Aspose::Page::XPS::XpsDocument::GetPagePrintTicket(int32_t documentIndex, int32_t pageIndex)
パラメーター説明
documentIndexint32_tドキュメントのインデックス。
pageIndexint32_t印刷チケットを返すページのインデックスです。

ReturnValue

Page’s print ticket.

参照