VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfBookmark Class
Members Object Syntax Remarks Hierarchy Requirements SeeAlso
In This Topic
PdfBookmark Class
In This Topic
Provides information about bookmark of PDF document.
Object Model
PdfBookmark PdfBookmark PdfBookmarkCollection PdfBookmarkCollection PdfDestinationBase PdfAction PdfDocument PdfIndirectReference PdfBasicObject
Syntax
'Declaration

Public NotInheritable Class PdfBookmark
   Inherits PdfTreeNodeBase

public sealed class PdfBookmark : PdfTreeNodeBase

Remarks

A PDF document may optionally display a document bookmarks on the screen, allowing the user to navigate interactively from one part of the document to another. The bookmark consists of a tree-structured hierarchy of bookmark items, which serve as a visual table of contents to display the document's structure to the user.

Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase
      Vintasoft.Imaging.Pdf.Tree.PdfBookmark

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also