Aspose::Page::XPS::XpsMetadata::JobPrintTicket::Add method

JobPrintTicket::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::JobPrintTicket::Add(const System::ArrayPtr<System::SharedPtr<IJobPrintTicketItem>> &items)
ParameterTypeDescription
itemsconst System::ArrayPtr<System::SharedPtr<IJobPrintTicketItem>>&An array of items to add.

See Also