SharpLeaf Reference > SharpLeaf Methods > SetBookmark Method > (String,Int32,Boolean) SharpLeaf.SetBookmark Method (String,Int32,Boolean)
Create bookmark with title, level, opened flag.
public void SetBookmark(
string title,
int level,
bool open
);
-
title
- title and unique identifier of the bookmark.
-
level
- level of the bookmark in the bookmark tree view, starting at 1 (PDF only).
-
open
- is the bookmark opened in the bookmark tree view (PDF only).
See also ...SharpLeaf Members | SharpLeaf.SetBookmark Method
Send comments on this topic © Dyalog Ltd 2021
|