WebPdfBookmark Class Members
In This Topic
The following tables list the members exposed by
WebPdfBookmark.
Public Constructors
| Name | Description |
 | WebPdfBookmark | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | action | Gets or sets a JSON string that represents an action to be performed when this bookmark is activated. |
 | childBookmarks | Gets or sets an array that contains the first-level child bookmarks of this bookmark. |
 | color | Gets or sets a color of bookmark entry's text. |
 | destination | Gets or sets a JSON string that represent the destination to be displayed when this bookmark is activated. |
 | flags | Gets or sets a flags specifying style characteristics for displaying the bookmark item's text. |
 | objectNumber | Gets or sets the unique PDF object number. (Inherited from WebPdfTreeNodeBase) |
 | title | Gets or sets the text to be displayed on the screen for this bookmark. |
See Also