Aspose::Pdf::OutlineCollection::Remove metod

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

Kastar alltid NotImplementedException

bool Aspose::Pdf::OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection> &item) override
ParameterTypBeskrivning
objektconst System::SharedPtr<OutlineItemCollection>&Objektet att leta efter i samlingen

ReturnValue

NotImplementedException

Se även

OutlineCollection::Remove(int32_t) method

Ta bort objekt efter index.

void Aspose::Pdf::OutlineCollection::Remove(int32_t index)
ParameterTypBeskrivning
indexint32_tIndex för objektet som ska tas bort.

Se även