Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarks method

PdfBookmarkEditor::CreateBookmarks() method

Creates bookmarks for all pages.

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

See Also

PdfBookmarkEditor::CreateBookmarks(System::Drawing::Color, bool, bool) method

Create bookmarks for all pages with specified color and style (bold, italic).

void Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarks(System::Drawing::Color color, bool boldFlag, bool italicFlag)
ParameterTypeDescription
colorSystem::Drawing::ColorThe color of title.
boldFlagboolThe flag of bold attribution.
italicFlagboolThe flag of italic attribution.

See Also

PdfBookmarkEditor::CreateBookmarks(System::SharedPtr<Bookmark>) method

Creates the specified bookmark in the document. The method can be used for forming nested bookmarks hierarchy.

void Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarks(System::SharedPtr<Bookmark> bookmark)
ParameterTypeDescription
bookmarkSystem::SharedPtr<Bookmark>The bookmark will be added to the document.

See Also