PdfBookmark Members
In This Article
#Constructors
Name | Description |
---|---|
Pdf |
Initializes a new instance of the Pdf |
#Properties
Name | Description |
---|---|
Action | Provides access to the bookmark action being executed. |
Children | Gets or sets the collection of bookmark children for a document with a tree-structured hierarchy. |
Destination | Gets or sets a destination with which a bookmark is associated. |
Is |
Gets or sets the value indicating whether the bookmark text is bold. |
Is |
Gets or sets a value that indicates whether bookmarks are initially closed (bookmark children are hidden) in the navigation panel after a document is loaded. |
Is |
Gets or sets the value indicating whether the bookmark text is italic. |
Text |
Gets or sets the color for a bookmark’s text in the navigation pane. |
Title | Gets or sets the bookmark’s text on the navigation pane. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also