Appearance
TallComponents.UnoPdf.Client
TallComponents.UnoPdf.Client
DocumentLinkExtensions Class
TallComponents.UnoPdf.Client.IApiClient extensions for working with documents.
csharp
public static class DocumentLinkExtensions
Inheritance System.Object 🡒 DocumentLinkExtensions
Methods | |
---|---|
DeleteAsync(this DocumentLink) | Deletes a document from the API's storage. |
GetActionsAsync(this DocumentLink) | Gets all actions tied to events of a document stored in the API's storage |
GetAsPdfAsync(this DocumentLink) | Gets a document stored in the API's storage. |
GetBookmarksAsync(this DocumentLink) | Gets all bookmarks of a document stored in the API's storage |
GetDestinationsAsync(this DocumentLink) | Gets all named destinations inside a document stored in the API's storage |
GetFieldsAsync(this DocumentLink) | Gets all fields of a document stored in the API's storage |
GetLayersAsync(this DocumentLink) | Gets all layers for a document stored in the API's storage |
GetLinkAsync(this DocumentLink, int, int) | Gets a specific link on a page, for a document stored in the API's storage |
GetLinksAsync(this DocumentLink, int) | Gets all links on a page, for a document stored in the API's storage |
GetMarkupAsync(this DocumentLink, int) | Gets a specific markup on a page, for a document stored in the API's storage |
GetMarkupsAsync(this DocumentLink, int) | Gets all markups on a page, for a document stored in the API's storage |
GetPagesAsync(this DocumentLink) | Gets all pages for a document stored in the API's storage |
GetWidgetAsync(this DocumentLink, int, int) | Gets a specific widget on a page, for a document stored in the API's storage |
GetWidgetsAsync(this DocumentLink, int) | Gets all widgets on a page, for a document stored in the API's storage |