Bookmark

Bookmark class

Represents a bookmark.

The Bookmark type exposes the following members:

Constructors

NameDescription
Bookmark()Initializes a new instance of the Bookmark class

Properties

NameDescription
actionGets or sets the action bound with the bookmark.
If PageNumber is presented the action can not be specified.
The action type includes: “GoTo”, “GoToR”, “Launch”, “Named”.
bold_flagGets or sets the bold flag of bookmark’s title.
child_itemGets or sets bookmark’s children.
child_itemsGets or sets bookmark’s children.
destinationGets or sets bookmark’s destination page. Required if action is set as string.Empty.
italic_flagGets or sets the italic flag of bookmark’s title.
levelGets or sets bookmark’s hierarchy level.
page_displayGets or sets the type of display bookmark’s destination page.
page_display_bottomGets or sets the bottom coordinate of page display.
page_display_leftGets or sets the left coordinate of page display.
page_display_rightGets or sets the right coordinate of page display.
page_display_topGets or sets the top coordinate of page display.
page_display_zoomGets or sets the zoom factor of page display.
page_numberGets or sets the number of bookmark’s destination page.
remote_fileGets or sets the file (path) which is required for “GoToR” action of bookmark.
titleGets or sets bookmark’s title.
title_colorGets or sets the color of bookmark’s title.
openGets or sets bookmark state (open, close).

See Also