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