Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client.DocumentLinkExtensions
DocumentLinkExtensions.GetMarkupsAsync(this DocumentLink, int) Method
Gets all markups on a page, for a document stored in the API's storage
csharp
public static System.Threading.Tasks.Task<TallComponents.UnoPdf.Client.Models.Pdf.Annotations.Markups.MarkupModel[]> GetMarkupsAsync(this TallComponents.UnoPdf.Client.DocumentLink link, int pageIndex);
Parameters
link
DocumentLink
DocumentLink instance pointing to a document
pageIndex
System.Int32
Index of the page, to get the markups for
Returns
System.Threading.Tasks.Task<MarkupModel[]>
A deserialized array of MarkupModel instances.