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)
| Parameter | Type | Description |
|---|---|---|
| bookmarkName | const System::ArrayPtr<System::String>& | Bookmarks title array. |
| pageNumber | const System::ArrayPtr<int32_t>& | Bookmarks desination page array. |
See Also
- Typedef ArrayPtr
- Class String
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| bookmarkName | const System::String& | The specified bookmark name. |
| pageNumber | int32_t | The specified desination page. |
See Also
- Class String
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++