PdfBookmark Class |
Namespace: Atalasoft.PdfDoc
The PdfBookmark type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfBookmark |
Constructs a new default PdfBookmark object
| |
| PdfBookmark(String, PdfAction) |
Constructs a new PdfBookmark object with the specified text and action
| |
| PdfBookmark(String, Color, FontStyle, PdfAction, Boolean) |
Constructs a new PdfBookmark object with the specified text, color, style,
action, and open/closed state
|
| Name | Description | |
|---|---|---|
| Children |
Gets a list of bookmarks that are children to this bookmark.
| |
| ClickAction |
Gets a list of actions that will be performed when a user clicks the
bookmark
| |
| Color |
Sets or gets the color of the bookmark
| |
| IsOpen |
Sets or gets the open/closed state of the bookmark
| |
| Style |
Sets or gets the FontStyle of the bookmark
| |
| Text |
Sets or gets the text for the bookmark
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MakeRepairContext |
Makes the repair context for repairing problems in this object. An object implementing IValidatable
should at least return an empty RepairContext object.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Validate |
Validates the object and accumulates any problems in the problems list.
|