Aspose::Pdf::Outlines::Remove method

Outlines::Remove method

Remove outline collection item.

bool Aspose::Pdf::Outlines::Remove(const System::SharedPtr<OutlineItemCollection> &item) override=0
ParameterTypeDescription
itemconst System::SharedPtr<OutlineItemCollection>&Item to delete.

ReturnValue

True - if item removed; otherwise, false.

See Also