Feature.Add
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.
public void Add(params IFeatureItem[] items)
Parameter | Type | Description |
---|---|---|
items | IFeatureItem[] | List of items to add. |
See Also
- interface IFeatureItem
- class Feature
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page