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

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

Creates bookmarks for the specified pages.

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

See Also

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

Creates bookmark for the specified page.

void Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarkOfPage(const System::String &bookmarkName, int32_t pageNumber)
ParameterTypeDescription
bookmarkNameconst System::String&The specified bookmark name.
pageNumberint32_tThe specified desination page.

See Also