Aspose::Pdf::OutlineCollection::Delete method

OutlineCollection::Delete() method

Deletes all outline items from the document outline.

void Aspose::Pdf::OutlineCollection::Delete()

See Also

OutlineCollection::Delete(System::String) method

Deletes the outline item with specified title from the document outline.

void Aspose::Pdf::OutlineCollection::Delete(System::String name)
ParameterTypeDescription
nameSystem::StringThe title of outline item to be deleted

See Also