Click or drag to resize

PdfBookmark Class

Document bookmark
Inheritance Hierarchy
SystemObject
  RadPdf.Data.Document.BookmarksPdfBookmark

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdf (in RadPdf.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public sealed class PdfBookmark

The PdfBookmark type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets a collection of bookmarks / outlines which are direct children of this bookmark.
Public propertyColor
Gets or sets a font color for the bookmark / outline.
Public propertyDestination
Gets or sets a value representing the destination page of this bookmark.
Public propertyIsDeleted
Gets a value representing if this bookmark was deleted by RAD PDF.
Public propertyIsOpen
Gets a value representing if this bookmark's children are open / expanded or collapsed.
Public propertyStyleBold
Gets or sets a value representing the bookmark's bold font styling.
Public propertyStyleItalic
Gets or sets a value representing the bookmark's italic font styling.
Public propertyTitle
Gets or sets a value representing the bookmark's title.
Top
Methods
  NameDescription
Public methodDelete
Delete this PdfBookmark instance from its page.
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 a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from 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.)
Top
Remarks

Some PDF readers / viewers call bookmarks document outlines.

See Also