Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarkOfPage method

PdfBookmarkEditor::CreateBookmarkOfPage(System::ArrayPtr<System::String>, System::ArrayPtr<int32_t>) method

Creates bookmarks for the specified pages.

void Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarkOfPage(System::ArrayPtr<System::String> bookmarkName, System::ArrayPtr<int32_t> pageNumber)
ParameterTypeDescription
bookmarkNameSystem::ArrayPtr<System::String>Bookmarks title array.
pageNumberSystem::ArrayPtr<int32_t>Bookmarks desination page array.

See Also

PdfBookmarkEditor::CreateBookmarkOfPage(System::String, int32_t) method

Creates bookmark for the specified page.

void Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarkOfPage(System::String bookmarkName, int32_t pageNumber)
ParameterTypeDescription
bookmarkNameSystem::StringThe specified bookmark name.
pageNumberint32_tThe specified desination page.

See Also