Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.DocumentLinkExtensions
DocumentLinkExtensions.GetDestinationsAsync(this DocumentLink) Method
Gets all named destinations inside a document stored in the API's storage
csharp
public static System.Threading.Tasks.Task<TallComponents.UnoPdf.Client.Models.Pdf.Destinations.NamedDestinationModel[]> GetDestinationsAsync(this TallComponents.UnoPdf.Client.DocumentLink link);
Parameters
link
DocumentLink
DocumentLink instance pointing to a document
Returns
System.Threading.Tasks.Task<NamedDestinationModel[]>
A deserialized array of NamedDestinationModel instances.