Click or drag to resize

PdfBookmark Class

PdfBookmark is a representation of a single bookmark in the document outline of a PDF document.
Inheritance Hierarchy
SystemObject
  Atalasoft.PdfDocPdfBookmark

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class PdfBookmark : IValidatable

The PdfBookmark type exposes the following members.

Constructors
  NameDescription
Public methodPdfBookmark
Constructs a new default PdfBookmark object
Public methodPdfBookmark(String, PdfAction)
Constructs a new PdfBookmark object with the specified text and action
Public methodPdfBookmark(String, Color, FontStyle, PdfAction, Boolean)
Constructs a new PdfBookmark object with the specified text, color, style, action, and open/closed state
Top
Properties
  NameDescription
Public propertyChildren
Gets a list of bookmarks that are children to this bookmark.
Public propertyClickAction
Gets a list of actions that will be performed when a user clicks the bookmark
Public propertyColor
Sets or gets the color of the bookmark
Public propertyIsOpen
Sets or gets the open/closed state of the bookmark
Public propertyStyle
Sets or gets the FontStyle of the bookmark
Public propertyText
Sets or gets the text for the bookmark
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMakeRepairContext
Makes the repair context for repairing problems in this object. An object implementing IValidatable should at least return an empty RepairContext object.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodValidate
Validates the object and accumulates any problems in the problems list.
Top
See Also