Aspose::Pdf::Facades::PdfContentEditor::CreateBookmarksAction method
Contents
[
Hide
]PdfContentEditor::CreateBookmarksAction method
Creates a bookmark with the specified action.
void Aspose::Pdf::Facades::PdfContentEditor::CreateBookmarksAction(System::String title, System::Drawing::Color color, bool boldFlag, bool italicFlag, System::String file, System::String actionType, System::String destination)
Parameter | Type | Description |
---|---|---|
title | System::String | The title of the bookmark. |
color | System::Drawing::Color | The colour of the bookmark’s title. |
boldFlag | bool | The flag of bold attribution. |
italicFlag | bool | The flag of italic attribution. |
file | System::String | Another file or application required when the action type is “GoToR” or “Launch”. |
actionType | System::String | The action type. The value can be: “GoToR”, “Launch”, “GoTo”, “URI”. |
destination | System::String | The local destination or remote destination or URL. |
See Also
- Class String
- Class Color
- Class PdfContentEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++