Click or drag to resize

PdfBookmark Class

Represents the bookmark into a PDF document.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfBookmark

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public class PdfBookmark

The PdfBookmark type exposes the following members.

Properties
 NameDescription
Public propertyAction Gets or sets the PdfAction object associated with this bookmark or null if no action. In this case, the application should try Destination
Public propertyChilds Gets the collection of PdfBookmark objects assigned to the current bookmark.
Public propertyColor Gets or sets the color of this bookmark. The alpha channel is not used.
Public propertyDestination Gets or sets the PdfDestination object associated with this bookmark
Public propertyDictionary Gets the bookmark's dictionary
Public propertyHandle Gets the Pdfium SDK handle that the bookmark is bound to
Public propertyIsBold Determines whether the bookmark should be bold.
Public propertyIsItalic Determines whether the bookmark should be italic.
Public propertyParent Gets the parent bookmark of the current bookmark.
Public propertyTitle Gets the title of bookmark
Top
See Also