 | PdfDocumentBookmarks Property |
Gets the collection of bookmarks found in the PDF document.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
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
Type:
PdfBookmarkCollections
See Also