Click or drag to resize

PdfBookmarkWidget Class

Represents loaded bookmark class.
Inheritance Hierarchy
System Object
Spire.Pdf.Bookmarks PdfBookmarkCollection
Spire.Pdf.Bookmarks PdfBookmark
Spire.Pdf.Bookmarks PdfBookmarkWidget

Namespace: Spire.Pdf.Bookmarks
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfBookmarkWidget : PdfBookmark

The PdfBookmarkWidget type exposes the following members.

Properties
Name Description
Public property Action
Gets or sets the Action for the Outline.
(Inherited from PdfBookmark .)
Public property Color
Gets or sets the color.
(Overrides PdfBookmark Color .)
Public property Count
Gets number of the elements in the collection.
(Inherited from PdfBookmarkCollection .)
Public property Destination
Gets or sets the outline destination.
(Overrides PdfBookmark Destination .)
Public property DisplayStyle
Gets or sets the text style.
(Overrides PdfBookmark DisplayStyle .)
Public property ExpandBookmark
It's true,expand node It's false,collapse node
(Inherited from PdfBookmark .)
Public property Item
Gets theat the specified index.
(Inherited from PdfBookmarkCollection .)
Public property Title
Gets or sets the outline title.
(Overrides PdfBookmark Title .)
Top
Methods
Name Description
Public method Add
Creates and adds an outline.
(Inherited from PdfBookmarkCollection .)
Public method Clear
Removes all the bookmark from the document.
(Inherited from PdfBookmarkCollection .)
Public method Contains
Determines whether the specified outline is a direct descendant of the outline base.
(Inherited from PdfBookmarkCollection .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method Insert
Inserts a new outline at the specified index.
(Inherited from PdfBookmarkCollection .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method Remove
Removes the specified bookmark from the document.
(Inherited from PdfBookmarkCollection .)
Public method RemoveAt
Removes the specified bookmark from the document at the specified index.
(Inherited from PdfBookmarkCollection .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also