Class CoreControls.Bookmark
Represents a bookmark in a Document.
Constructor Attributes | Constructor Name and Description |
---|---|
Bookmarks typically represent an outline of the document, and as each bookmark is usually associated with a specific page in a document, they are typically used to facilitate navigation.
|
Method Attributes | Method Name and Description |
---|---|
GetHPos()
Returns the horizontal position of the bookmark.
|
|
GetName()
Returns the name of the bookmark.
|
|
Returns the page number of the bookmark.
|
|
GetVPos()
Returns the vertical position of the bookmark.
|
Class Detail
CoreControls.Bookmark()
Bookmarks typically represent an outline of the document, and as each bookmark is usually associated with a specific page in a document, they are typically used to facilitate navigation.
Method Detail
GetHPos()
Returns the horizontal position of the bookmark.
GetName()
Returns the name of the bookmark.
GetPageNumber()
Returns the page number of the bookmark.
GetVPos()
Returns the vertical position of the bookmark.