Skip to content

TallComponents.UnoPdf.Client

TallComponents.UnoPdf.Client.DocumentLinkExtensions

Gets all bookmarks of a document stored in the API's storage

csharp
public static System.Threading.Tasks.Task<TallComponents.UnoPdf.Client.Models.Pdf.Navigation.BookmarkModel[]> GetBookmarksAsync(this TallComponents.UnoPdf.Client.DocumentLink link);

Parameters

link DocumentLink

DocumentLink instance pointing to a document

Returns

System.Threading.Tasks.Task<BookmarkModel[]>
A deserialized array of BookmarkModel instances.