Aspose::Page::XPS::XpsMetadata::PagePrintTicket::Add method

PagePrintTicket::Add method

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.

void Aspose::Page::XPS::XpsMetadata::PagePrintTicket::Add(const System::ArrayPtr<System::SharedPtr<IPagePrintTicketItem>> &items)
ParameterTypeDescription
itemsconst System::ArrayPtr<System::SharedPtr<IPagePrintTicketItem>>&An array of items to add.

See Also