Aspose::Pdf::OutlineCollection::Remove method
OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection>&) method
Always throws NotImplementedException
bool Aspose::Pdf::OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection> &item) override
Parameter | Type | Description |
---|---|---|
item | const System::SharedPtr<OutlineItemCollection>& | The object to locate in the collection |
ReturnValue
NotImplementedException
See Also
- Typedef SharedPtr
- Class OutlineItemCollection
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
OutlineCollection::Remove(int32_t) method
Remove item by index.
void Aspose::Pdf::OutlineCollection::Remove(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | Index of the item to be removed. |
See Also
- Class OutlineCollection
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++