Aspose::Pdf::OutlineItemCollection::Delete method

OutlineItemCollection::Delete() method

Deletes this outline item from the document outline hierarchy.

void Aspose::Pdf::OutlineItemCollection::Delete()

See Also

OutlineItemCollection::Delete(System::String) method

Deletes outline entry with specified name from the document outline hierarchy.

void Aspose::Pdf::OutlineItemCollection::Delete(System::String name)
ParameterTypeDescription
nameSystem::StringTitle of outline entry will be deleted.

See Also