Class Bookmark

Bookmark class

Represents a bookmark.

public sealed class Bookmark

Constructors

NameDescription
Bookmark()The default constructor.

Properties

NameDescription
Action { get; set; }Gets 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”.
BoldFlag { get; set; }Gets or sets the bold flag of bookmark’s title.
ChildItems { get; set; }Gets or sets bookmark’s children.
CustomAcorbatViewerMenuActionName { get; set; }The action name corresponding to execute a menu item in Acrobat viewer.
Destination { get; set; }Gets or sets bookmark’s destination page. Required if action is set as string.Empty.
ItalicFlag { get; set; }Gets or sets the italic flag of bookmark’s title.
Level { get; set; }Gets or sets bookmark’s hierarchy level.
Open { get; set; }Gets or sets bookmark state (open, close).
PageDisplay { get; set; }Gets or sets the type of display bookmark’s destination page.
PageDisplay_Bottom { get; set; }Gets or sets the bottom coordinate of page display.
PageDisplay_Left { get; set; }Gets or sets the left coordinate of page display.
PageDisplay_Right { get; set; }Gets or sets the right coordinate of page display.
PageDisplay_Top { get; set; }Gets or sets the top coordinate of page display.
PageDisplay_Zoom { get; set; }Gets or sets the zoom factor of page display.
PageNumber { get; set; }Gets or sets the number of bookmark’s destination page.
RemoteFile { get; set; }Gets or sets the file (path) which is required for “GoToR” action of bookmark.
Title { get; set; }Gets or sets bookmark’s title.
TitleColor { get; set; }Gets or sets the color of bookmark’s title.

See Also