SharpLeaf Reference > ParagraphStyle Structure > BookmarkOpened Property ParagraphStyle.BookmarkOpened Property
Flag for automatic bookmarks to be opened in the viewer (defaults to false).
public bool BookmarkOpened {get; set;}
Example
style.BookmarkOpened = true;
Description
Currently supported only by PDF. Use PdfMode.ShowOutlines to force the viewer to show them.
See also ...ParagraphStyle.Members | ParagraphStyle.BookmarkLevel Property
Send comments on this topic © Dyalog Ltd 2021
|