Aspose::Page::XPS::XpsMetadata::Feature::Add method
Feature::Add method
Adds a list of items to the end of this feature’s item list. Each one must be a Feature, an Option, or a Property instance.
void Aspose::Page::XPS::XpsMetadata::Feature::Add(const System::ArrayPtr<System::SharedPtr<IFeatureItem>> &items)
Parameter | Type | Description |
---|---|---|
items | const System::ArrayPtr<System::SharedPtr<IFeatureItem>>& | List of items to add. |
See Also
- Typedef ArrayPtr
- Typedef SharedPtr
- Class IFeatureItem
- Class Feature
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++