Aspose::Pdf::Facades::PdfBookmarkEditor::DeleteBookmarks method

PdfBookmarkEditor::DeleteBookmarks() method

Deletes all bookmarks of the PDF document.

void Aspose::Pdf::Facades::PdfBookmarkEditor::DeleteBookmarks()

See Also

PdfBookmarkEditor::DeleteBookmarks(System::String) method

Deletes the bookmark of the PDF document.

void Aspose::Pdf::Facades::PdfBookmarkEditor::DeleteBookmarks(System::String title)
ParameterTypeDescription
titleSystem::StringThe title of bookmark deleted.

See Also