Aspose::Pdf::OutlineCollection::Remove метод

OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection>&) method

Всегда бросает NotImplementedException

bool Aspose::Pdf::OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection> &item) override
ПараметрТипОписание
элементconst System::SharedPtr<OutlineItemCollection>&Объект, который нужно найти в коллекции

ReturnValue

NotImplementedException

См. также

OutlineCollection::Remove(int32_t) method

Удалить элемент по индексу.

void Aspose::Pdf::OutlineCollection::Remove(int32_t index)
ПараметрТипОписание
индексint32_tИндекс элемента, который будет удалён.

См. также