 | PdfDocumentBookmarks Property |
Gets the collection of bookmarks found in the PDF document.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic PdfBookmarkCollections Bookmarks { get; }Public ReadOnly Property Bookmarks As PdfBookmarkCollections
Get
public:
property PdfBookmarkCollections^ Bookmarks {
PdfBookmarkCollections^ get ();
}member Bookmarks : PdfBookmarkCollections with get
/** @property */
public PdfBookmarkCollections get_Bookmarks()
function get_Bookmarks();
Property Value
PdfBookmarkCollections
See Also