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
ParameterTypeDescription
itemconst System::SharedPtr<OutlineItemCollection>&Item to delete.

ReturnValue

True - if item removed; otherwise, false.

See Also

OutlineItemCollection::Remove(int32_t) method

Remove item by index.

void Aspose::Pdf::OutlineItemCollection::Remove(int32_t index)
ParameterTypeDescription
indexint32_tIndex of item to be deleted.

See Also