Click or drag to resize

PdfBookmark Class

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

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdfStandard (in RadPdfStandard.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.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(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