OutlineItemCollection.Remove
Remove(OutlineItemCollection)
Remove outline collection item.
public override bool Remove(OutlineItemCollection item)
| Parameter | Type | Description |
|---|---|---|
| item | OutlineItemCollection | Item to delete. |
Return Value
True - if item removed; otherwise, false.
See Also
- class OutlineItemCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF
Remove(int)
Remove item by index.
public void Remove(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | Index of item to be deleted. |
See Also
- class OutlineItemCollection
- namespace Aspose.Pdf
- assembly Aspose.PDF