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
ParameterTypeDescription
itemconst System::SharedPtr<OutlineItemCollection>&The object to locate in the collection

ReturnValue

NotImplementedException

See Also

OutlineCollection::Remove(int32_t) method

Remove item by index.

void Aspose::Pdf::OutlineCollection::Remove(int32_t index)
ParameterTypeDescription
indexint32_tIndex of the item to be removed.

See Also