FoxitPDFSDKforWeb
v10.0.0
Foxit PDF SDK for Web
|
Represents options for adding a new bookmark. More...
Public Attributes | |
BookmarkTextColor | color |
Color of the new bookmark (optional). More... | |
number | destId |
The identifier of the destination bookmark (optional). If not specified, new bookmarks will be inserted at the top level, and the relationship value can only be BookmarkRelationship.FIRST_CHILD or BookmarkRelationship.LAST_CHILD. More... | |
BookmarkDestination | destination |
Destination information for the new bookmark (Optional, by default, it is specified according to the position and zoom ratio of the currently visible page). More... | |
BookmarkRelationship | relationship |
Relationship between the new bookmark and the bookmark specified by destId. More... | |
BookmarkFontStyle | style |
Font style of the new bookmark (optional). More... | |
string | title |
Title of the new bookmark (optional). More... | |
BookmarkTextColor AddBookmarkOptions::color |
Color of the new bookmark (optional).
number AddBookmarkOptions::destId |
The identifier of the destination bookmark (optional). If not specified, new bookmarks will be inserted at the top level, and the relationship value can only be BookmarkRelationship.FIRST_CHILD or BookmarkRelationship.LAST_CHILD.
BookmarkDestination AddBookmarkOptions::destination |
Destination information for the new bookmark (Optional, by default, it is specified according to the position and zoom ratio of the currently visible page).
BookmarkRelationship AddBookmarkOptions::relationship |
Relationship between the new bookmark and the bookmark specified by destId.
BookmarkFontStyle AddBookmarkOptions::style |
Font style of the new bookmark (optional).
string AddBookmarkOptions::title |
Title of the new bookmark (optional).