Aspose::Page::XPS::XpsMetadata::Option::Add method

Option::Add method

Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance.

void Aspose::Page::XPS::XpsMetadata::Option::Add(const System::ArrayPtr<System::SharedPtr<IOptionItem>> &items)
ParameterTypeDescription
itemsconst System::ArrayPtr<System::SharedPtr<IOptionItem>>&List of items to add.

See Also