Aspose::Pdf::Outlines::Remove method
Outlines::Remove method
Remove outline collection item.
bool Aspose::Pdf::Outlines::Remove(const System::SharedPtr<OutlineItemCollection> &item) override=0
| 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 Outlines
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++