Aspose::Pdf::OutlineItemCollection::Remove method
OutlineItemCollection::Remove(const System::SharedPtr<OutlineItemCollection>&) method
Remove outline collection item.
bool Aspose::Pdf::OutlineItemCollection::Remove(const System::SharedPtr<OutlineItemCollection> &item) override
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<OutlineItemCollection>& | Item to delete. |
ReturnValue
True - if item removed; otherwise, false.
See Also
- Typedef SharedPtr
- Class OutlineItemCollection
- Class OutlineItemCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OutlineItemCollection::Remove(int32_t) method
Remove item by index.
void Aspose::Pdf::OutlineItemCollection::Remove(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of item to be deleted. |
See Also
- Class OutlineItemCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++