Aspose::Page::XPS::XpsMetadata::PagePrintTicket class

PagePrintTicket class

The class that incapsulates a page-level print ticket.

class PagePrintTicket : public Aspose::Page::XPS::XpsMetadata::PrintTicket

Methods

MethodDescription
Add(const System::ArrayPtr<System::SharedPtr<IPagePrintTicketItem>>&)Adds an array of items to the end of this PrintTicket item list. Each one may be a Feature, an Option or a Property instance.
PagePrintTicket(const System::ArrayPtr<System::SharedPtr<IPagePrintTicketItem>>&)Creates a page-level print ticket instance.

See Also