[]
Renders the viewer to an element.
public Task Render(IJSRuntime jSRuntime, string element, InitializationOptions options)
| Type | Name | Description |
|---|---|---|
| IJSRuntime | jSRuntime | The JavaScript runtime instance used to interact with JavaScript functions. |
| string | element | The ID of the HTML element where the viewer will be rendered. |
| InitializationOptions | options | The initialization options used to configure the viewer. |
| Type | Description |
|---|---|
| Task | A task that represents the asynchronous operation of rendering the viewer. |