Represents loaded bookmark class.
Namespace: Spire.Pdf.BookmarksAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfBookmarkWidget : PdfBookmark
Public Class PdfBookmarkWidget Inherits PdfBookmark
public ref class PdfBookmarkWidget : public PdfBookmark
type PdfBookmarkWidget = class inherit PdfBookmark end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| Action |
Gets or sets the Action for the Outline.
| |
| Add(String) |
Creates and adds an outline.
(Inherited from PdfBookmarkCollection.) | |
| Clear()()()() |
Removes all the bookmark from the document.
(Inherited from PdfBookmarkCollection.) | |
| Color |
Gets or sets the color.
(Overrides PdfBookmark..::..Color.) | |
| Contains(PdfBookmark) |
Determines whether the specified outline is a direct descendant of the outline base.
(Inherited from PdfBookmarkCollection.) | |
| Count |
Gets number of the elements in the collection.
(Inherited from PdfBookmarkCollection.) | |
| Destination |
Gets or sets the outline destination.
(Overrides PdfBookmark..::..Destination.) | |
| DisplayStyle |
Gets or sets the text style.
(Overrides PdfBookmark..::..DisplayStyle.) | |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| ExpandBookmark |
It's true,expand node
It's false,collapse node
| |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Insert(Int32, String) |
Inserts a new outline at the specified index.
(Inherited from PdfBookmarkCollection.) | |
| Item[([( Int32])]) |
Gets the at the specified index.
(Inherited from PdfBookmarkCollection.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(String) |
Removes the specified bookmark from the document.
(Inherited from PdfBookmarkCollection.) | |
| RemoveAt(Int32) |
Removes the specified bookmark from the document at the specified index.
(Inherited from PdfBookmarkCollection.) | |
| Title |
Gets or sets the outline title.
(Overrides PdfBookmark..::..Title.) | |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.Bookmarks..::..PdfBookmarkCollection
Spire.Pdf.Bookmarks..::..PdfBookmark
Spire.Pdf.Bookmarks..::..PdfBookmarkWidget
Spire.Pdf.Bookmarks..::..PdfBookmarkCollection
Spire.Pdf.Bookmarks..::..PdfBookmark
Spire.Pdf.Bookmarks..::..PdfBookmarkWidget