UNPKG

@grapecity/gcpdfviewer

Version:
204 lines (195 loc) 46.7 kB
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SupportApiSettings | Document Solutions PDF Viewer - v7.2.3</title><meta name="description" content="Documentation for Document Solutions PDF Viewer - v7.2.3"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><link rel="stylesheet" href="../assets/custom.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar"> <div class="tsd-toolbar-contents container"> <div class="table-cell" id="tsd-search" data-base=".."> <div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Document Solutions PDF Viewer - v7.2.3</a></div> <div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header> <div class="container container-main"> <div class="col-8 col-content"> <div class="tsd-page-title"> <ul class="tsd-breadcrumb"> <li><a href="../index.html">Document Solutions PDF Viewer - v7.2.3</a></li> <li><a href="SupportApiSettings.html">SupportApiSettings</a></li></ul> <h1>Type alias SupportApiSettings</h1></div> <div class="tsd-signature">Support<wbr/>Api<wbr/>Settings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>apiUrl<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>implementation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ISupportApiBase</span><span class="tsd-signature-symbol">; </span>legacyServer<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>reconnectInterval<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>requestInit<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">RequestInit</span><span class="tsd-signature-symbol">; </span>suppressErrorMessages<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>suppressInfoMessages<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>token<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>webSocketUrl<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> }</span></div> <div class="tsd-comment tsd-typography"><p>Settings for configuring the Support API in the viewer.</p> </div> <div class="tsd-type-declaration"> <h4>Type declaration</h4> <ul class="tsd-parameters"> <li class="tsd-parameter"> <h5>api<wbr/>Url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5> <div class="tsd-comment tsd-typography"><p>URL to the Support API service that will be used to enable PDF editing features.</p> </div></li> <li class="tsd-parameter"> <h5>implementation<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ISupportApiBase</span></h5> <div class="tsd-comment tsd-typography"><p>Specifies a custom implementation of the SupportApi for editing functions. When this property is set, the viewer will use the provided custom implementation instead of a separate service. All other properties (apiUrl, webSocketUrl, and token) will be ignored.</p> <h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Example</span><br/><span class="hl-0">var</span><span class="hl-1"> </span><span class="hl-2">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">&quot;#root&quot;</span><span class="hl-1">, {</span><br/><span class="hl-1"> </span><span class="hl-2">supportApi:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-2">implementation:</span><span class="hl-1"> </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">CustomSupportApi</span><span class="hl-1">()</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span> </code></pre> </div></li> <li class="tsd-parameter"> <h5><code class="tsd-tag ts-flagOptional">Optional</code> legacy<wbr/>Server<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5> <div class="tsd-comment tsd-typography"><p>Set this setting to true if you are using the Web Forms (WEB API 2) version of the SupportApi service. Note, in most cases, you do not need to set this setting, the server type is determined by the viewer automatically.</p> <h3>Example</h3><pre><code class="language-javascript"><span class="hl-0">const</span><span class="hl-1"> </span><span class="hl-6">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">&quot;#viewer&quot;</span><span class="hl-1">, {</span><br/><span class="hl-1"> </span><span class="hl-2">supportApi:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-2">apiUrl:</span><span class="hl-1"> </span><span class="hl-4">&quot;/api/pdf-viewer&quot;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">webSocketUrl:</span><span class="hl-1"> </span><span class="hl-4">&quot;/signalr&quot;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">legacyServer:</span><span class="hl-1"> </span><span class="hl-0">true</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">token:</span><span class="hl-1"> </span><span class="hl-4">&quot;support-api-demo-net-core-token&quot;</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span> </code></pre> </div></li> <li class="tsd-parameter"> <h5><code class="tsd-tag ts-flagOptional">Optional</code> reconnect<wbr/>Interval<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5> <div class="tsd-comment tsd-typography"><p>Automatically reconnect to the server at the specified interval in milliseconds. Used by persistent connections.</p> <h3>Default</h3><p>5000</p> </div></li> <li class="tsd-parameter"> <h5><code class="tsd-tag ts-flagOptional">Optional</code> request<wbr/>Init<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">RequestInit</span></h5> <div class="tsd-comment tsd-typography"><p>The internal Support API client uses the fetch API to make requests to the server. Use the requestInit setting to configure fetch options (like authorization headers, etc), see <a href="https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch">https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch</a> for details.</p> <h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Include Basic Authentication headers:</span><br/><span class="hl-0">const</span><span class="hl-1"> </span><span class="hl-6">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">&quot;#viewer&quot;</span><span class="hl-1">, {</span><br/><span class="hl-1"> </span><span class="hl-2">supportApi:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-2">apiUrl:</span><span class="hl-1"> </span><span class="hl-4">&quot;192.168.0.1/support-api&quot;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">requestInit:</span><span class="hl-1"> { </span><br/><span class="hl-1"> </span><span class="hl-2">headers:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-4">&quot;Authorization&quot;</span><span class="hl-2">:</span><span class="hl-1"> </span><span class="hl-4">&quot;Basic &quot;</span><span class="hl-1"> + </span><span class="hl-3">btoa</span><span class="hl-1">(</span><span class="hl-3">unescape</span><span class="hl-1">(</span><span class="hl-3">encodeURIComponent</span><span class="hl-1">(</span><span class="hl-4">&quot;USERNAME:PASSWORD&quot;</span><span class="hl-1">))),</span><br/><span class="hl-1"> </span><span class="hl-4">&quot;CustomHeader&quot;</span><span class="hl-2">:</span><span class="hl-1"> </span><span class="hl-4">&quot;Custom header value&quot;</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> }</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span> </code></pre> </div></li> <li class="tsd-parameter"> <h5><code class="tsd-tag ts-flagOptional">Optional</code> suppress<wbr/>Error<wbr/>Messages<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5> <div class="tsd-comment tsd-typography"><p>Suppress Support API error messages (e.g. messages about the Support API availability / version mismatch).</p> <h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Suppress both error and informational messages:</span><br/><span class="hl-0">const</span><span class="hl-1"> </span><span class="hl-6">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">&quot;#viewer&quot;</span><span class="hl-1">, {</span><br/><span class="hl-1"> </span><span class="hl-2">supportApi:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-2">apiUrl:</span><span class="hl-1"> </span><span class="hl-4">&quot;http://192.168.0.1/support-api&quot;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">webSocketUrl:</span><span class="hl-1"> </span><span class="hl-0">false</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">suppressInfoMessages:</span><span class="hl-1"> </span><span class="hl-0">true</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">suppressErrorMessages:</span><span class="hl-1"> </span><span class="hl-0">true</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span> </code></pre> </div></li> <li class="tsd-parameter"> <h5><code class="tsd-tag ts-flagOptional">Optional</code> suppress<wbr/>Info<wbr/>Messages<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5> <div class="tsd-comment tsd-typography"><p>Suppress Support API informational messages (e.g. Support API reconnect messages).</p> <h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Suppress informational messages only:</span><br/><span class="hl-0">const</span><span class="hl-1"> </span><span class="hl-6">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">&quot;#viewer&quot;</span><span class="hl-1">, {</span><br/><span class="hl-1"> </span><span class="hl-2">supportApi:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-2">apiUrl:</span><span class="hl-1"> </span><span class="hl-4">&quot;http://192.168.0.1/support-api&quot;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">webSocketUrl:</span><span class="hl-1"> </span><span class="hl-0">false</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">suppressInfoMessages:</span><span class="hl-1"> </span><span class="hl-0">true</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span> </code></pre> </div></li> <li class="tsd-parameter"> <h5><code class="tsd-tag ts-flagOptional">Optional</code> token<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5> <div class="tsd-comment tsd-typography"><p>Authentication or antiforgery token. In each subsequent SupportApi request, the token is passed in the request for server-side validation. You can use ASP.NET Core Antiforgery to generate and verify security token, see <a href="https://docs.microsoft.com/en-us/aspnet/core/security/anti-request-forgery?view=aspnetcore-6.0%7CPrevent">Cross-Site Request Forgery (XSRF/CSRF) attacks in ASP.NET Core</a> for details.</p> <h3>Example</h3><pre><code class="language-javascript"><span class="hl-5">// Specify antiforgery token on client side:</span><br/><span class="hl-0">const</span><span class="hl-1"> </span><span class="hl-6">viewer</span><span class="hl-1"> = </span><span class="hl-0">new</span><span class="hl-1"> </span><span class="hl-3">DsPdfViewer</span><span class="hl-1">(</span><span class="hl-4">&quot;#viewer&quot;</span><span class="hl-1">, {</span><br/><span class="hl-1"> </span><span class="hl-2">supportApi:</span><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-2">apiUrl:</span><span class="hl-1"> </span><span class="hl-4">&quot;192.168.0.1/support-api&quot;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">token:</span><span class="hl-1"> </span><span class="hl-4">&quot;support-api-demo-net-core-token&quot;</span><span class="hl-1">,</span><br/><span class="hl-1"> </span><span class="hl-2">webSocketUrl:</span><span class="hl-1"> </span><span class="hl-0">false</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">});</span> </code></pre> <h3>Example</h3><pre><code class="language-csharp"><span class="hl-5">// Here is an example of how to validate the token on the server side inside the SupportApi service project:</span><br/><br/><span class="hl-5">// Startup.cs:</span><br/><span class="hl-2">GcPdfViewerController</span><span class="hl-1">.</span><span class="hl-2">Settings</span><span class="hl-1">.</span><span class="hl-2">VerifyToken</span><span class="hl-1"> += </span><span class="hl-2">VerifyAuthToken</span><span class="hl-1">;</span><br/><br/><span class="hl-0">private</span><span class="hl-1"> </span><span class="hl-0">void</span><span class="hl-1"> </span><span class="hl-3">VerifyAuthToken</span><span class="hl-1">(</span><span class="hl-0">object</span><span class="hl-1"> </span><span class="hl-2">sender</span><span class="hl-1">, </span><span class="hl-9">SupportApi</span><span class="hl-1">.</span><span class="hl-9">Models</span><span class="hl-1">.</span><span class="hl-9">VerifyTokenEventArgs</span><span class="hl-1"> </span><span class="hl-2">e</span><span class="hl-1">)</span><br/><span class="hl-1">{</span><br/><span class="hl-1"> </span><span class="hl-0">string</span><span class="hl-1"> </span><span class="hl-2">token</span><span class="hl-1"> = </span><span class="hl-2">e</span><span class="hl-1">.</span><span class="hl-2">Token</span><span class="hl-1">;</span><br/><span class="hl-1"> </span><span class="hl-7">if</span><span class="hl-1"> (</span><span class="hl-2">token</span><span class="hl-1"> != </span><span class="hl-4">&quot;support-api-demo-net-core-token&quot;</span><span class="hl-1">)</span><br/><span class="hl-1"> {</span><br/><span class="hl-1"> </span><span class="hl-2">e</span><span class="hl-1">.</span><span class="hl-2">Reject</span><span class="hl-1"> = </span><span class="hl-0">true</span><span class="hl-1">;</span><br/><span class="hl-1"> }</span><br/><span class="hl-1">}</span> </code></pre> </div></li> <li class="tsd-parameter"> <h5><code class="tsd-tag ts-flagOptional">Optional</code> web<wbr/>Socket<wbr/>Url<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">false</span></h5> <div class="tsd-comment tsd-typography"><p>Optional. SignalR socket URL for persistent connections. Persistent connections are required for collaboration mode. Set this setting to false to disable persistent connections.</p> <h3>Default</h3><p>/signalr</p> </div></li></ul></div></div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <div class="tsd-navigation settings"> <details class="tsd-index-accordion"><summary class="tsd-accordion-summary"> <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary> <div class="tsd-accordion-details"> <div class="tsd-filter-visibility"> <h4 class="uppercase">Member Visibility</h4><form> <ul id="tsd-filter-options"> <li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li></ul></form></div> <div class="tsd-theme-toggle"> <h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div> <nav class="tsd-navigation primary"> <details class="tsd-index-accordion" open><summary class="tsd-accordion-summary"> <h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary> <div class="tsd-accordion-details"> <ul> <li><a href="../index.html">Document <wbr/>Solutions PDF <wbr/>Viewer -<wbr/> v7.2.3</a> <ul></ul></li></ul></div></details></nav> <nav class="tsd-navigation secondary menu-sticky"> <ul> <li class="tsd-kind-class"><a href="../classes/AnnotationBase.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>Annotation<wbr/>Base</a></li> <li class="tsd-kind-type-alias"><a href="AnnotationMarkedStateType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Annotation<wbr/>Marked<wbr/>State<wbr/>Type</a></li> <li class="tsd-kind-type-alias"><a href="AnnotationReviewStateType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Annotation<wbr/>Review<wbr/>State<wbr/>Type</a></li> <li class="tsd-kind-type-alias"><a href="AnnotationStateModel.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Annotation<wbr/>State<wbr/>Model</a></li> <li class="tsd-kind-enum"><a href="../enums/AnnotationTypeCode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-8-path"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)" id="icon-8-text"></path></svg>Annotation<wbr/>Type<wbr/>Code</a></li> <li class="tsd-kind-type-alias"><a href="AnnotationTypeName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Annotation<wbr/>Type<wbr/>Name</a></li> <li class="tsd-kind-type-alias"><a href="BusEventName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Bus<wbr/>Event<wbr/>Name</a></li> <li class="tsd-kind-class"><a href="../classes/ButtonWidget.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Button<wbr/>Widget</a></li> <li class="tsd-kind-class"><a href="../classes/ChoiceWidget.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Choice<wbr/>Widget</a></li> <li class="tsd-kind-class"><a href="../classes/CircleAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Circle<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="DocumentListItem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Document<wbr/>List<wbr/>Item</a></li> <li class="tsd-kind-class"><a href="../classes/DsPdfViewer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Ds<wbr/>Pdf<wbr/>Viewer</a></li> <li class="tsd-kind-type-alias"><a href="FieldAppearanceRenderingType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Field<wbr/>Appearance<wbr/>Rendering<wbr/>Type</a></li> <li class="tsd-kind-class"><a href="../classes/FileAttachmentAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>File<wbr/>Attachment<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="FontFormat.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Font<wbr/>Format</a></li> <li class="tsd-kind-type-alias"><a href="FormFieldMapping.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Form<wbr/>Field<wbr/>Mapping</a></li> <li class="tsd-kind-type-alias"><a href="FormFillerSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Form<wbr/>Filler<wbr/>Settings</a></li> <li class="tsd-kind-class"><a href="../classes/FreeTextAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Free<wbr/>Text<wbr/>Annotation</a></li> <li class="tsd-kind-class"><a href="../classes/GcPdfSearcher.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Gc<wbr/>Pdf<wbr/>Searcher</a></li> <li class="tsd-kind-class"><a href="../classes/GcPdfViewer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Gc<wbr/>Pdf<wbr/>Viewer</a></li> <li class="tsd-kind-type-alias"><a href="GcProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Gc<wbr/>Props</a></li> <li class="tsd-kind-class"><a href="../classes/HighlightAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Highlight<wbr/>Annotation</a></li> <li class="tsd-kind-interface"><a href="../interfaces/IGCEventBus.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>IGCEvent<wbr/>Bus</a></li> <li class="tsd-kind-class"><a href="../classes/InkAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Ink<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="InputFieldMapping.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Field<wbr/>Mapping</a></li> <li class="tsd-kind-type-alias"><a href="JsCancelEventArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Js<wbr/>Cancel<wbr/>Event<wbr/>Args</a></li> <li class="tsd-kind-type-alias"><a href="JsEventArgs.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Js<wbr/>Event<wbr/>Args</a></li> <li class="tsd-kind-type-alias"><a href="JsExecutionConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Js<wbr/>Execution<wbr/>Config</a></li> <li class="tsd-kind-type-alias"><a href="KeyboardShortcutDefinition.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Keyboard<wbr/>Shortcut<wbr/>Definition</a></li> <li class="tsd-kind-type-alias"><a href="KeyboardShortcutTool.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Keyboard<wbr/>Shortcut<wbr/>Tool</a></li> <li class="tsd-kind-class"><a href="../classes/LineAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Line<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="LineEndStyle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Line<wbr/>End<wbr/>Style</a></li> <li class="tsd-kind-class"><a href="../classes/LinkAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Link<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="LinkDestinationType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Link<wbr/>Destination<wbr/>Type</a></li> <li class="tsd-kind-type-alias"><a href="LinkType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Link<wbr/>Type</a></li> <li class="tsd-kind-type-alias"><a href="LogLevel.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Log<wbr/>Level</a></li> <li class="tsd-kind-class"><a href="../classes/MarkupAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Markup<wbr/>Annotation</a></li> <li class="tsd-kind-enum"><a href="../enums/ModificationType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Modification<wbr/>Type</a></li> <li class="tsd-kind-type-alias"><a href="ModificationsState.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Modifications<wbr/>State</a></li> <li class="tsd-kind-type-alias"><a href="NamedAction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Named<wbr/>Action</a></li> <li class="tsd-kind-type-alias"><a href="OpenAction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Open<wbr/>Action</a></li> <li class="tsd-kind-type-alias"><a href="OpenParameters.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Open<wbr/>Parameters</a></li> <li class="tsd-kind-type-alias"><a href="OptionalContentConfig.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Optional<wbr/>Content<wbr/>Config</a></li> <li class="tsd-kind-type-alias"><a href="OptionalContentGroup.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Optional<wbr/>Content<wbr/>Group</a></li> <li class="tsd-kind-type-alias"><a href="PageLayout.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Layout</a></li> <li class="tsd-kind-type-alias"><a href="PageMode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Mode</a></li> <li class="tsd-kind-type-alias"><a href="PageModification.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Modification</a></li> <li class="tsd-kind-type-alias"><a href="PageStructureChange.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Structure<wbr/>Change</a></li> <li class="tsd-kind-type-alias"><a href="PageViewport.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Page<wbr/>Viewport</a></li> <li class="tsd-kind-type-alias"><a href="PdfOrganizerSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Pdf<wbr/>Organizer<wbr/>Settings</a></li> <li class="tsd-kind-class"><a href="../classes/PolyLineAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Poly<wbr/>Line<wbr/>Annotation</a></li> <li class="tsd-kind-class"><a href="../classes/PolygonAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Polygon<wbr/>Annotation</a></li> <li class="tsd-kind-class"><a href="../classes/PopupAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Popup<wbr/>Annotation</a></li> <li class="tsd-kind-class"><a href="../classes/RedactAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Redact<wbr/>Annotation</a></li> <li class="tsd-kind-class"><a href="../classes/ReplaceTextAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Replace<wbr/>Text<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="ReplaceTextModel.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Replace<wbr/>Text<wbr/>Model</a></li> <li class="tsd-kind-type-alias"><a href="ReplaceTextSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Replace<wbr/>Text<wbr/>Settings</a></li> <li class="tsd-kind-type-alias"><a href="ReplyToolSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Reply<wbr/>Tool<wbr/>Settings</a></li> <li class="tsd-kind-type-alias"><a href="RotationInit.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Rotation<wbr/>Init</a></li> <li class="tsd-kind-type-alias"><a href="RulerLine.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Ruler<wbr/>Line</a></li> <li class="tsd-kind-type-alias"><a href="SaveSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Save<wbr/>Settings</a></li> <li class="tsd-kind-type-alias"><a href="ScrollPageIntoViewOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Scroll<wbr/>Page<wbr/>Into<wbr/>View<wbr/>Options</a></li> <li class="tsd-kind-type-alias"><a href="SelectedTextCoordinates.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Selected<wbr/>Text<wbr/>Coordinates</a></li> <li class="tsd-kind-enum"><a href="../enums/SharedAccessMode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Shared<wbr/>Access<wbr/>Mode</a></li> <li class="tsd-kind-type-alias"><a href="SharedDocumentInfo.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Shared<wbr/>Document<wbr/>Info</a></li> <li class="tsd-kind-type-alias"><a href="SignToolSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Sign<wbr/>Tool<wbr/>Settings</a></li> <li class="tsd-kind-class"><a href="../classes/SignatureAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Signature<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="SignatureInfo.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Signature<wbr/>Info</a></li> <li class="tsd-kind-type-alias"><a href="SignatureInformation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Signature<wbr/>Information</a></li> <li class="tsd-kind-class"><a href="../classes/SoundAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Sound<wbr/>Annotation</a></li> <li class="tsd-kind-class"><a href="../classes/SquareAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Square<wbr/>Annotation</a></li> <li class="tsd-kind-class"><a href="../classes/SquigglyAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Squiggly<wbr/>Annotation</a></li> <li class="tsd-kind-class"><a href="../classes/StampAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Stamp<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="StampCategory.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Stamp<wbr/>Category</a></li> <li class="tsd-kind-class"><a href="../classes/StrikeOutAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Strike<wbr/>Out<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="StructTreeContent.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Struct<wbr/>Tree<wbr/>Content</a></li> <li class="tsd-kind-type-alias"><a href="StructTreeNode.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Struct<wbr/>Tree<wbr/>Node</a></li> <li class="tsd-kind-type-alias"><a href="StructureChanges.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Structure<wbr/>Changes</a></li> <li class="current tsd-kind-type-alias"><a href="SupportApiSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Support<wbr/>Api<wbr/>Settings</a></li> <li class="tsd-kind-enum"><a href="../enums/TextAlignmentType.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-8-path"></use><use href="#icon-8-text"></use></svg>Text<wbr/>Alignment<wbr/>Type</a></li> <li class="tsd-kind-class"><a href="../classes/TextAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Text<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="TextMarkupContextMenuSettings.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Text<wbr/>Markup<wbr/>Context<wbr/>Menu<wbr/>Settings</a></li> <li class="tsd-kind-class"><a href="../classes/TextWidget.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Text<wbr/>Widget</a></li> <li class="tsd-kind-type-alias"><a href="ToolbarButtonKey.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Toolbar<wbr/>Button<wbr/>Key</a></li> <li class="tsd-kind-class"><a href="../classes/UnderlineAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Underline<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="UndoChangeName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Undo<wbr/>Change<wbr/>Name</a></li> <li class="tsd-kind-type-alias"><a href="UserAccess.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>User<wbr/>Access</a></li> <li class="tsd-kind-type-alias"><a href="ViewerFeatureName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Viewer<wbr/>Feature<wbr/>Name</a></li> <li class="tsd-kind-class"><a href="../classes/ViewerOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Viewer<wbr/>Options</a></li> <li class="tsd-kind-type-alias"><a href="ViewerPreferences.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Viewer<wbr/>Preferences</a></li> <li class="tsd-kind-class"><a href="../classes/WidgetAnnotation.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Widget<wbr/>Annotation</a></li> <li class="tsd-kind-type-alias"><a href="WidgetFieldTypeName.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Widget<wbr/>Field<wbr/>Type<wbr/>Name</a></li></ul></nav></div></div> <div class="overlay"></div><script src="../assets/main.js"></script></body></html>