PdfDocument
Bookmarks Property
|
Gets the bookmarks.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfBookmarkCollection Bookmarks { get; }
Public ReadOnly Property Bookmarks As PdfBookmarkCollection
Get
public:
property PdfBookmarkCollection^ Bookmarks {
PdfBookmarkCollection^ get ();
}
member Bookmarks : PdfBookmarkCollection with get
Property Value
Type:
PdfBookmarkCollection
See Also