Aspose::Pdf::Facades::PdfContentEditor::CreateBookmarksAction method

PdfContentEditor::CreateBookmarksAction method

Creates a bookmark with the specified action.

void Aspose::Pdf::Facades::PdfContentEditor::CreateBookmarksAction(const System::String &title, System::Drawing::Color color, bool boldFlag, bool italicFlag, const System::String &file, const System::String &actionType, const System::String &destination)
ParameterTypeDescription
titleconst System::String&The title of the bookmark.
colorSystem::Drawing::ColorThe colour of the bookmark’s title.
boldFlagboolThe flag of bold attribution.
italicFlagboolThe flag of italic attribution.
fileconst System::String&Another file or application required when the action type is “GoToR” or “Launch”.
actionTypeconst System::String&The action type. The value can be: “GoToR”, “Launch”, “GoTo”, “URI”.
destinationconst System::String&The local destination or remote destination or URL.

See Also