Método Aspose::Pdf::OutlineCollection::Remove

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

Siempre lanza NotImplementedException

bool Aspose::Pdf::OutlineCollection::Remove(const System::SharedPtr<OutlineItemCollection> &item) override
ParámetroTipoDescripción
elementoconst System::SharedPtr<OutlineItemCollection>&El objeto a localizar en la colección

ReturnValue

NotImplementedException

Ver también

OutlineCollection::Remove(int32_t) method

Elimina el elemento por índice.

void Aspose::Pdf::OutlineCollection::Remove(int32_t index)
ParámetroTipoDescripción
índiceint32_tÍndice del elemento a eliminar.

Ver también