ModifyBookmarks

PdfBookmarkEditor.ModifyBookmarks method

Ändert den Lesezeichentitel gemäß dem angegebenen Lesezeichentitel.

public void ModifyBookmarks(string sTitle, string dTitle)
ParameterTypBeschreibung
sTitleStringTitel des Quell-Lesezeichens.
dTitleStringGeänderter Lesezeichentitel.

Beispiele

PdfBookmarkEditor editor = new PdfBookmarkEditor();
editor.BindPdf("example.pdf");
editor.ModifyBookmarks("existing bookmark title", "new bookmark title");
editor.Save("example_out.pdf");

Siehe auch