# C1.Win.FlexViewer.C1FlexViewerPane

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexViewer_C1FlexViewerPane" data-uid="C1.Win.FlexViewer.C1FlexViewerPane" class="text-break">C1FlexViewerPane Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control showing the preview of the associated document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="C1.Win.DxToolkit.DxControl.html">DxControl</a></div>
    <div class="level5"><span class="xref">C1FlexViewerPane</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><span class="xref">ITouchDestination</span></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IC1HighlightingManager</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexViewer.html">C1.Win.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexViewer.4.8.dll</h6>
  <h5 id="C1_Win_FlexViewer_C1FlexViewerPane_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[ToolboxBitmap(typeof(C1FlexViewerPane), &quot;C1FlexViewerPane.png&quot;)]
public class C1FlexViewerPane : DxControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ITouchDestination, ISupportInitialize, INotifyPropertyChanged, IC1HighlightingManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;ToolboxBitmap(GetType(C1FlexViewerPane), &quot;C1FlexViewerPane.png&quot;)&gt;
Public Class C1FlexViewerPane
    Inherits DxControl
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ITouchDestination, ISupportInitialize, INotifyPropertyChanged, IC1HighlightingManager</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane__ctor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.#ctor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.-ctor.html#C1_Win_FlexViewer_C1FlexViewerPane__ctor">C1FlexViewerPane()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ActiveFindMatchHighlightColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ActiveFindMatchHighlightColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ActiveFindMatchHighlightColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ActiveFindMatchHighlightColor">ActiveFindMatchHighlightColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to highlight the active find match.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_Busy" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.Busy">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Busy.html#C1_Win_FlexViewer_C1FlexViewerPane_Busy">Busy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the flag indicating whether the viewer pane is currently busy.
Some actions (especially those that could cause significant changes in the
preview pane's state) raise this flag themselves, and cannot be performed when
this flag was raised by another operation. This flag should be tested before
attempting to change viewer pane's properties or invoke methods on it.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_CanShowOutlines" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.CanShowOutlines">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.CanShowOutlines.html#C1_Win_FlexViewer_C1FlexViewerPane_CanShowOutlines">CanShowOutlines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the Outlines panel can be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_CanShowParameters" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.CanShowParameters">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.CanShowParameters.html#C1_Win_FlexViewer_C1FlexViewerPane_CanShowParameters">CanShowParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the Parameters panel can be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_CanShowThumbnails" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.CanShowThumbnails">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.CanShowThumbnails.html#C1_Win_FlexViewer_C1FlexViewerPane_CanShowThumbnails">CanShowThumbnails</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the Thumbnails view can be activated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_Continuous" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.Continuous">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Continuous.html#C1_Win_FlexViewer_C1FlexViewerPane_Continuous">Continuous</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to show document pages continuously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_Cursor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.Cursor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Cursor.html#C1_Win_FlexViewer_C1FlexViewerPane_Cursor">Cursor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cursor that is displayed when the mouse pointer is over the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_CustomCursors" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.CustomCursors">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.CustomCursors.html#C1_Win_FlexViewer_C1FlexViewerPane_CustomCursors">CustomCursors</a>
        </td>
        <td class="markdown level1 summary"><p>The custom cursors used by <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_DefaultSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.DefaultSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.DefaultSize.html#C1_Win_FlexViewer_C1FlexViewerPane_DefaultSize">DefaultSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default size of the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_DocumentSource" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.DocumentSource">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.DocumentSource.html#C1_Win_FlexViewer_C1FlexViewerPane_DocumentSource">DocumentSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document shown by the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_FacingPages" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.FacingPages">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.FacingPages.html#C1_Win_FlexViewer_C1FlexViewerPane_FacingPages">FacingPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether to show facing pages side by side, the first page on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_FindMatchHighlightColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.FindMatchHighlightColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.FindMatchHighlightColor.html#C1_Win_FlexViewer_C1FlexViewerPane_FindMatchHighlightColor">FindMatchHighlightColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to highlight each find match except the active one.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_HasBackwardHistory" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.HasBackwardHistory">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HasBackwardHistory.html#C1_Win_FlexViewer_C1FlexViewerPane_HasBackwardHistory">HasBackwardHistory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the user can navigate to the previous position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_HasForwardHistory" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.HasForwardHistory">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HasForwardHistory.html#C1_Win_FlexViewer_C1FlexViewerPane_HasForwardHistory">HasForwardHistory</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the user can navigate to the next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_HasOutlines" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.HasOutlines">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HasOutlines.html#C1_Win_FlexViewer_C1FlexViewerPane_HasOutlines">HasOutlines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the report has outlines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_HasPages" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.HasPages">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HasPages.html#C1_Win_FlexViewer_C1FlexViewerPane_HasPages">HasPages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the document has some visible content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_HasParameters" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.HasParameters">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HasParameters.html#C1_Win_FlexViewer_C1FlexViewerPane_HasParameters">HasParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the report has parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_HasSelection" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.HasSelection">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HasSelection.html#C1_Win_FlexViewer_C1FlexViewerPane_HasSelection">HasSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if some text is currently selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_HasWidePages" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.HasWidePages">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HasWidePages.html#C1_Win_FlexViewer_C1FlexViewerPane_HasWidePages">HasWidePages</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the document contains wide pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ImeMode" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ImeMode">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ImeMode.html#C1_Win_FlexViewer_C1FlexViewerPane_ImeMode">ImeMode</a>
        </td>
        <td class="markdown level1 summary"><p>This property has no effect on C1FlexViewerPane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_LimitSearchToCurrentPage" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.LimitSearchToCurrentPage">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.LimitSearchToCurrentPage.html#C1_Win_FlexViewer_C1FlexViewerPane_LimitSearchToCurrentPage">LimitSearchToCurrentPage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the text search should be limited to current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_LinkOverpan" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.LinkOverpan">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.LinkOverpan.html#C1_Win_FlexViewer_C1FlexViewerPane_LinkOverpan">LinkOverpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of margin when scrolling to a link or bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_LoadingPageFont" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.LoadingPageFont">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.LoadingPageFont.html#C1_Win_FlexViewer_C1FlexViewerPane_LoadingPageFont">LoadingPageFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font used for drawing the message on a page which is not loaded yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_LoadingPageForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.LoadingPageForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.LoadingPageForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_LoadingPageForeColor">LoadingPageForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to draw the message on a page which is not loaded yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_LoadingPageSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.LoadingPageSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.LoadingPageSize.html#C1_Win_FlexViewer_C1FlexViewerPane_LoadingPageSize">LoadingPageSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of a page which is not loaded yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_MaxZoomFactor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.MaxZoomFactor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.MaxZoomFactor.html#C1_Win_FlexViewer_C1FlexViewerPane_MaxZoomFactor">MaxZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum allowed zoom factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_MinZoomFactor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.MinZoomFactor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.MinZoomFactor.html#C1_Win_FlexViewer_C1FlexViewerPane_MinZoomFactor">MinZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum allowed zoom factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_MiscStrings" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.MiscStrings">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.MiscStrings.html#C1_Win_FlexViewer_C1FlexViewerPane_MiscStrings">MiscStrings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the miscellaneous UI strings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_NonPaginatedContentAlignment" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.NonPaginatedContentAlignment">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.NonPaginatedContentAlignment.html#C1_Win_FlexViewer_C1FlexViewerPane_NonPaginatedContentAlignment">NonPaginatedContentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the non-paginated content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OpenExportedFile" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OpenExportedFile">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OpenExportedFile.html#C1_Win_FlexViewer_C1FlexViewerPane_OpenExportedFile">OpenExportedFile</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the exported document should be opened
after exporting to a file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OuterSpacing" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OuterSpacing">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OuterSpacing.html#C1_Win_FlexViewer_C1FlexViewerPane_OuterSpacing">OuterSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of padding between the outer elements of a <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineAreaBackColor">OutlineAreaBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the outline panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineBackColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineBackColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineBackColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineBackColorHot">OutlineBackColorHot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color used for filling outline items in 'hot' state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineBackColorHotSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineBackColorHotSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineBackColorHotSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineBackColorHotSelected">OutlineBackColorHotSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color used for filling the selected outline item in 'hot' state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineBackColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineBackColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineBackColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineBackColorNormal">OutlineBackColorNormal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color used for filling outline items in normal state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineBackColorSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineBackColorSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineBackColorSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineBackColorSelected">OutlineBackColorSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color used for filling the selected outline item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBackColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBackColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBackColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBackColorHot">OutlineButtonBackColorHot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the expand/collapse outline button in 'hot' state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBackColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBackColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBackColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBackColorNormal">OutlineButtonBackColorNormal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the expand/collapse outline button in normal state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBackColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBackColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBackColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBackColorPressed">OutlineButtonBackColorPressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the expand/collapse outline button in pressed state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBorderColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBorderColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBorderColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBorderColorHot">OutlineButtonBorderColorHot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border color of the expand/collapse outline button in 'hot' state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBorderColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBorderColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBorderColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBorderColorNormal">OutlineButtonBorderColorNormal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border color of the expand/collapse outline button in normal state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBorderColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBorderColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonBorderColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonBorderColorPressed">OutlineButtonBorderColorPressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border color of the expand/collapse outline button in pressed state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonForeColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonForeColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonForeColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonForeColorHot">OutlineButtonForeColorHot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the expand/collapse outline button in 'hot' state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonForeColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonForeColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonForeColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonForeColorNormal">OutlineButtonForeColorNormal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the expand/collapse outline button in normal state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonForeColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonForeColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineButtonForeColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineButtonForeColorPressed">OutlineButtonForeColorPressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the expand/collapse outline button in pressed state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineFont" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineFont">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineFont.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineFont">OutlineFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font used for outlines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineForeColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineForeColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineForeColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineForeColorHot">OutlineForeColorHot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color used for drawing text on 'hot' outline items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineForeColorHotSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineForeColorHotSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineForeColorHotSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineForeColorHotSelected">OutlineForeColorHotSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color used for drawing text on a selected outline item when it is also 'hot'.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineForeColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineForeColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineForeColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineForeColorNormal">OutlineForeColorNormal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color used for drawing text on the outline items in normal state.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineForeColorSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineForeColorSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineForeColorSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineForeColorSelected">OutlineForeColorSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color used for drawing text on a selected outline item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineIndentStep" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineIndentStep">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineIndentStep.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineIndentStep">OutlineIndentStep</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal offset of the nested node text in the outline tree.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineIndent_0" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineIndent_0">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineIndent_0.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineIndent_0">OutlineIndent_0</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of horizontal spacing before the text of the root node in the outline tree.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineIndent_1" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineIndent_1">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineIndent_1.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineIndent_1">OutlineIndent_1</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of horizontal spacing before the text of the first nested node in the outline tree.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineLineColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineLineColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineLineColor.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineLineColor">OutlineLineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of a vertical line drawn for child outline nodes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineLineGap" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineLineGap">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineLineGap.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineLineGap">OutlineLineGap</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gap between the vertical line and text in nested nodes of the outline tree.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlinePanelAlignment" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlinePanelAlignment">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlinePanelAlignment.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlinePanelAlignment">OutlinePanelAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment for the Outlines panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlinePanelWidth" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlinePanelWidth">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlinePanelWidth.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlinePanelWidth">OutlinePanelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the outline panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineRightPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineRightPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineRightPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineRightPadding">OutlineRightPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of spacing to the right of the outline text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineVerticalPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineVerticalPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineVerticalPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_OutlineVerticalPadding">OutlineVerticalPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of spacing above and below the outline text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_Padding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.Padding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Padding.html#C1_Win_FlexViewer_C1FlexViewerPane_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of outer padding within the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_PageAreaBackColor">PageAreaBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to fill the area behind the document pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageAreaPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageAreaPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageAreaPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_PageAreaPadding">PageAreaPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of padding between pages and the preview window edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageColumns" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageColumns">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageColumns.html#C1_Win_FlexViewer_C1FlexViewerPane_PageColumns">PageColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of page columns shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageCount" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageCount">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageCount.html#C1_Win_FlexViewer_C1FlexViewerPane_PageCount">PageCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of pages displayed in the preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageFillColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageFillColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageFillColor.html#C1_Win_FlexViewer_C1FlexViewerPane_PageFillColor">PageFillColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to fill the document pages before drawing the content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageIndex" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageIndex">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageIndex.html#C1_Win_FlexViewer_C1FlexViewerPane_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 0-based index of the currently visible page.
If several pages are visible, this property indicates the page with the
most surface shown.
When the property is set, the new start page's top left corner is aligned
with the preview window's top left corner.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageOverpan" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageOverpan">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageOverpan.html#C1_Win_FlexViewer_C1FlexViewerPane_PageOverpan">PageOverpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the previous page that remains visible when the user navigates to the next page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageRefreshRate" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageRefreshRate">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageRefreshRate.html#C1_Win_FlexViewer_C1FlexViewerPane_PageRefreshRate">PageRefreshRate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of pages generated between the viewer refreshes its layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageRows" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageRows">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageRows.html#C1_Win_FlexViewer_C1FlexViewerPane_PageRows">PageRows</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of page rows shown in non-continuous mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageSetCount" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageSetCount">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageSetCount.html#C1_Win_FlexViewer_C1FlexViewerPane_PageSetCount">PageSetCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the numbers of page sets in non-continuous mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageSetIndex" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageSetIndex">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageSetIndex.html#C1_Win_FlexViewer_C1FlexViewerPane_PageSetIndex">PageSetIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the 0-based index of the current page set in non-continuous mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageSettings" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageSettings">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageSettings.html#C1_Win_FlexViewer_C1FlexViewerPane_PageSettings">PageSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets page settings associated with the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageSpacing" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageSpacing">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageSpacing.html#C1_Win_FlexViewer_C1FlexViewerPane_PageSpacing">PageSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of padding between pages in the preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_Paginated" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.Paginated">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Paginated.html#C1_Win_FlexViewer_C1FlexViewerPane_Paginated">Paginated</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the content should be represented as set of fixed sized pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ParamErrorForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ParamErrorForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ParamErrorForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ParamErrorForeColor">ParamErrorForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the validation error message displayed for the report parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ParamHeaderBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ParamHeaderBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ParamHeaderBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ParamHeaderBackColor">ParamHeaderBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the Parameters panel header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ParamHeaderForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ParamHeaderForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ParamHeaderForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ParamHeaderForeColor">ParamHeaderForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the Parameters panel header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ParamPanelAlignment" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ParamPanelAlignment">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ParamPanelAlignment.html#C1_Win_FlexViewer_C1FlexViewerPane_ParamPanelAlignment">ParamPanelAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment for the Parameters panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ParamPanelVisible" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ParamPanelVisible">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ParamPanelVisible.html#C1_Win_FlexViewer_C1FlexViewerPane_ParamPanelVisible">ParamPanelVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the Parameters panel is currently visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ParamPanelWidth" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ParamPanelWidth">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ParamPanelWidth.html#C1_Win_FlexViewer_C1FlexViewerPane_ParamPanelWidth">ParamPanelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the Parameters panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ParameterStrings" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ParameterStrings">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ParameterStrings.html#C1_Win_FlexViewer_C1FlexViewerPane_ParameterStrings">ParameterStrings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the UI strings displayed on the Parameters panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PrintJobName" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PrintJobName">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PrintJobName.html#C1_Win_FlexViewer_C1FlexViewerPane_PrintJobName">PrintJobName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name for the print job.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_RotateView" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.RotateView">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.RotateView.html#C1_Win_FlexViewer_C1FlexViewerPane_RotateView">RotateView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the viewed pages are rotated by the specified angle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ScaleChildren" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ScaleChildren">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ScaleChildren.html#C1_Win_FlexViewer_C1FlexViewerPane_ScaleChildren">ScaleChildren</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines the scaling of child controls.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ScrollBars" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ScrollBars">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ScrollBars.html#C1_Win_FlexViewer_C1FlexViewerPane_ScrollBars">ScrollBars</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which scroll bars should appear in a <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SearchStarted" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SearchStarted">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SearchStarted.html#C1_Win_FlexViewer_C1FlexViewerPane_SearchStarted">SearchStarted</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if search mode is started and you can call the SearchNext and SearchPrevious methods.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SelectMouseMode" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SelectMouseMode">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SelectMouseMode.html#C1_Win_FlexViewer_C1FlexViewerPane_SelectMouseMode">SelectMouseMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether clicking and dragging with the mouse selects text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SelectionHighlightColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SelectionHighlightColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SelectionHighlightColor.html#C1_Win_FlexViewer_C1FlexViewerPane_SelectionHighlightColor">SelectionHighlightColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to highlight text selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShowExportOptions" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShowExportOptions">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShowExportOptions.html#C1_Win_FlexViewer_C1FlexViewerPane_ShowExportOptions">ShowExportOptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the Options dialog should be shown to the user
before exporting the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShowOutlines" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShowOutlines">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShowOutlines.html#C1_Win_FlexViewer_C1FlexViewerPane_ShowOutlines">ShowOutlines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the Outlines panel should be displayed whenever possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShowParameters" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShowParameters">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShowParameters.html#C1_Win_FlexViewer_C1FlexViewerPane_ShowParameters">ShowParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the Parameters panel should be displayed whenever possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShowThumbnails" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShowThumbnails">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShowThumbnails.html#C1_Win_FlexViewer_C1FlexViewerPane_ShowThumbnails">ShowThumbnails</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the Thumbnails view should be activated whenever possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SplitterColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SplitterColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SplitterColor.html#C1_Win_FlexViewer_C1FlexViewerPane_SplitterColor">SplitterColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the splitter for resizing the outline and parameters panels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SplitterWidth" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SplitterWidth">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SplitterWidth.html#C1_Win_FlexViewer_C1FlexViewerPane_SplitterWidth">SplitterWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the splitters for the Outlines and Parameters panels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SsrsMode" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SsrsMode">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SsrsMode.html#C1_Win_FlexViewer_C1FlexViewerPane_SsrsMode">SsrsMode</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the document source is SSRS.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_StatusText" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.StatusText">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.StatusText.html#C1_Win_FlexViewer_C1FlexViewerPane_StatusText">StatusText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the string that is interpreted by attached controls as the current status string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_Text" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.Text">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Text.html#C1_Win_FlexViewer_C1FlexViewerPane_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>This property has no effect on C1FlexViewerPane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbAreaBackColor">ThumbAreaBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to fill the area behind the page thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbAreaPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbAreaPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbAreaPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbAreaPadding">ThumbAreaPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of padding between the thumbnails and the preview window edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbBackColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbBackColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbBackColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbBackColorHot">ThumbBackColorHot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of a 'hot' thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbBackColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbBackColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbBackColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbBackColorPressed">ThumbBackColorPressed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of a pressed thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbBackColorSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbBackColorSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbBackColorSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbBackColorSelected">ThumbBackColorSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of a selected thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbPadding">ThumbPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of padding within a page thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageAreaBackColor">ThumbPageAreaBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to fill the area of a thumbnail where the page is drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumBackColor">ThumbPageNumBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to fill the page number background on thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumFont" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumFont">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumFont.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumFont">ThumbPageNumFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font used for drawing numbers on page thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumForeColor">ThumbPageNumForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used to draw the page number on thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumSize.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumSize">ThumbPageNumSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the page number area within a thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumSpacing" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumSpacing">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPageNumSpacing.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbPageNumSpacing">ThumbPageNumSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of spacing between the page number and page content in thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbPagePreviewSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPagePreviewSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbPagePreviewSize.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbPagePreviewSize">ThumbPagePreviewSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of a page preview in thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ThumbScrollDirection" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ThumbScrollDirection">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ThumbScrollDirection.html#C1_Win_FlexViewer_C1FlexViewerPane_ThumbScrollDirection">ThumbScrollDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the direction of scrolling for the Thumbnails view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_TouchGripBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.TouchGripBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.TouchGripBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_TouchGripBackColor">TouchGripBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used for filling background of a grip handle for text selection with touch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_TouchGripBorderColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.TouchGripBorderColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.TouchGripBorderColor.html#C1_Win_FlexViewer_C1FlexViewerPane_TouchGripBorderColor">TouchGripBorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color used for drawing border of a selection grip handle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_UseAsyncRendering" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.UseAsyncRendering">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.UseAsyncRendering.html#C1_Win_FlexViewer_C1FlexViewerPane_UseAsyncRendering">UseAsyncRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating if the document should be generated asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_WideLayout" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.WideLayout">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.WideLayout.html#C1_Win_FlexViewer_C1FlexViewerPane_WideLayout">WideLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a multi-column layout is applied to wide reports by default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ZoomDialogStrings" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ZoomDialogStrings">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ZoomDialogStrings.html#C1_Win_FlexViewer_C1FlexViewerPane_ZoomDialogStrings">ZoomDialogStrings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the UI strings for the Zoom dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ZoomFactor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ZoomFactor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ZoomFactor.html#C1_Win_FlexViewer_C1FlexViewerPane_ZoomFactor">ZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the zoom factor (1 is actual size).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ZoomMode" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ZoomMode">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ZoomMode.html#C1_Win_FlexViewer_C1FlexViewerPane_ZoomMode">ZoomMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the preview zoom mode.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_BeginInit" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.BeginInit">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.BeginInit.html#C1_Win_FlexViewer_C1FlexViewerPane_BeginInit">BeginInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ClearHistory" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ClearHistory">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ClearHistory.html#C1_Win_FlexViewer_C1FlexViewerPane_ClearHistory">ClearHistory()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the navigation history.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ClearSelection" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ClearSelection">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ClearSelection.html#C1_Win_FlexViewer_C1FlexViewerPane_ClearSelection">ClearSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes selection if any exists (not related to search results).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_CopySelectionToClipboard" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.CopySelectionToClipboard">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.CopySelectionToClipboard.html#C1_Win_FlexViewer_C1FlexViewerPane_CopySelectionToClipboard">CopySelectionToClipboard()</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the selected text into the Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_CreateDeviceResources" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.CreateDeviceResources">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.CreateDeviceResources.html#C1_Win_FlexViewer_C1FlexViewerPane_CreateDeviceResources">CreateDeviceResources()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the GPU-dependent resources, such as SwapChain and DeviceContext.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_DiscardDeviceResources" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.DiscardDeviceResources">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.DiscardDeviceResources.html#C1_Win_FlexViewer_C1FlexViewerPane_DiscardDeviceResources">DiscardDeviceResources()</a>
        </td>
        <td class="markdown level1 summary"><p>Discards all GPU-dependent resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_Dispose_System_Boolean_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Dispose.html#C1_Win_FlexViewer_C1FlexViewerPane_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_DoZoomIn" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.DoZoomIn">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.DoZoomIn.html#C1_Win_FlexViewer_C1FlexViewerPane_DoZoomIn">DoZoomIn()</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms in.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_DoZoomOut" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.DoZoomOut">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.DoZoomOut.html#C1_Win_FlexViewer_C1FlexViewerPane_DoZoomOut">DoZoomOut()</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms out.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_EndInit" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.EndInit">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.EndInit.html#C1_Win_FlexViewer_C1FlexViewerPane_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_Export" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.Export">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Export.html#C1_Win_FlexViewer_C1FlexViewerPane_Export">Export()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the currently loaded document, allowing the user to select
the file name and the output format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ExportToXps_System_IO_Stream_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ExportToXps(System.IO.Stream)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ExportToXps.html#C1_Win_FlexViewer_C1FlexViewerPane_ExportToXps_System_IO_Stream_">ExportToXps(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the document as XPS (on Windows 7) or as OpenXPS (on Windows 8+) to the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ExportToXps_System_String_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ExportToXps(System.String)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ExportToXps.html#C1_Win_FlexViewer_C1FlexViewerPane_ExportToXps_System_String_">ExportToXps(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the document to an XPS file (.xps on Windows 7, .oxps on Windows 8+).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_GetNavigationTarget" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.GetNavigationTarget">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.GetNavigationTarget.html#C1_Win_FlexViewer_C1FlexViewerPane_GetNavigationTarget">GetNavigationTarget()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an objects encapsulating the current scroll position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_GetSelectionAsText" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.GetSelectionAsText">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.GetSelectionAsText.html#C1_Win_FlexViewer_C1FlexViewerPane_GetSelectionAsText">GetSelectionAsText()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_NavigateBackward" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.NavigateBackward">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.NavigateBackward.html#C1_Win_FlexViewer_C1FlexViewerPane_NavigateBackward">NavigateBackward()</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates to the previous position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_NavigateForward" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.NavigateForward">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.NavigateForward.html#C1_Win_FlexViewer_C1FlexViewerPane_NavigateForward">NavigateForward()</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates to the next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_NavigateTo_C1_Win_FlexViewer_INavigationTarget_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.NavigateTo(C1.Win.FlexViewer.INavigationTarget)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.NavigateTo.html#C1_Win_FlexViewer_C1FlexViewerPane_NavigateTo_C1_Win_FlexViewer_INavigationTarget_">NavigateTo(INavigationTarget)</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates to the specified target position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_NavigateToOutlineNode_C1_Document_OutlineNode_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.NavigateToOutlineNode(C1.Document.OutlineNode)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.NavigateToOutlineNode.html#C1_Win_FlexViewer_C1FlexViewerPane_NavigateToOutlineNode_C1_Document_OutlineNode_">NavigateToOutlineNode(OutlineNode)</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates to the specified <span class="xref">C1.Document.OutlineNode</span>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnContextMenuPopup_System_Boolean_System_Int32_System_Int32_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnContextMenuPopup(System.Boolean,System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnContextMenuPopup.html#C1_Win_FlexViewer_C1FlexViewerPane_OnContextMenuPopup_System_Boolean_System_Int32_System_Int32_">OnContextMenuPopup(bool, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ContextMenuPopup event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnDoWork" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnDoWork">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnDoWork.html#C1_Win_FlexViewer_C1FlexViewerPane_OnDoWork">OnDoWork()</a>
        </td>
        <td class="markdown level1 summary"><p>Does some job in the background thread.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnGotFocus_System_EventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnGotFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnGotFocus.html#C1_Win_FlexViewer_C1FlexViewerPane_OnGotFocus_System_EventArgs_">OnGotFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the GotFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnHandleCreated_System_EventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnHandleCreated(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnHandleCreated.html#C1_Win_FlexViewer_C1FlexViewerPane_OnHandleCreated_System_EventArgs_">OnHandleCreated(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Raises the HandleCreated event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnHandleDestroyed_System_EventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnHandleDestroyed(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnHandleDestroyed.html#C1_Win_FlexViewer_C1FlexViewerPane_OnHandleDestroyed_System_EventArgs_">OnHandleDestroyed(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Raises the HandleDestroyed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnHyperlinkClicked_C1_Win_FlexViewer_HyperlinkClickedEventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnHyperlinkClicked(C1.Win.FlexViewer.HyperlinkClickedEventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnHyperlinkClicked.html#C1_Win_FlexViewer_C1FlexViewerPane_OnHyperlinkClicked_C1_Win_FlexViewer_HyperlinkClickedEventArgs_">OnHyperlinkClicked(HyperlinkClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the HyperlinkClicked event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnHyperlinkHovered_C1_Win_FlexViewer_HyperlinkHoveredEventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnHyperlinkHovered(C1.Win.FlexViewer.HyperlinkHoveredEventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnHyperlinkHovered.html#C1_Win_FlexViewer_C1FlexViewerPane_OnHyperlinkHovered_C1_Win_FlexViewer_HyperlinkHoveredEventArgs_">OnHyperlinkHovered(HyperlinkHoveredEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the HyperlinkHovered event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnLongOperation_C1_Win_LongOperationEventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnLongOperation(C1.Win.LongOperationEventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnLongOperation.html#C1_Win_FlexViewer_C1FlexViewerPane_OnLongOperation_C1_Win_LongOperationEventArgs_">OnLongOperation(LongOperationEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the LongOperation event on the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnLostFocus_System_EventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnLostFocus(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnLostFocus.html#C1_Win_FlexViewer_C1FlexViewerPane_OnLostFocus_System_EventArgs_">OnLostFocus(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the LostFocus event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnMouseLeave_System_EventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnMouseLeave(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnMouseLeave.html#C1_Win_FlexViewer_C1FlexViewerPane_OnMouseLeave_System_EventArgs_">OnMouseLeave(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Overridden. Raises the MouseLeave event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnOperationError_C1_Win_FlexViewer_OperationErrorEventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnOperationError(C1.Win.FlexViewer.OperationErrorEventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnOperationError.html#C1_Win_FlexViewer_C1FlexViewerPane_OnOperationError_C1_Win_FlexViewer_OperationErrorEventArgs_">OnOperationError(OperationErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OperationError event on the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnOutlineClicked_C1_Win_FlexViewer_OutlineClickedEventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnOutlineClicked(C1.Win.FlexViewer.OutlineClickedEventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnOutlineClicked.html#C1_Win_FlexViewer_C1FlexViewerPane_OnOutlineClicked_C1_Win_FlexViewer_OutlineClickedEventArgs_">OnOutlineClicked(OutlineClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OutlineClicked event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnPaint.html#C1_Win_FlexViewer_C1FlexViewerPane_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnPropertyChanged_System_String_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnPropertyChanged.html#C1_Win_FlexViewer_C1FlexViewerPane_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the PropertyChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnRunWorkerCompleted" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnRunWorkerCompleted">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnRunWorkerCompleted.html#C1_Win_FlexViewer_C1FlexViewerPane_OnRunWorkerCompleted">OnRunWorkerCompleted()</a>
        </td>
        <td class="markdown level1 summary"><p>Executes when the background thread is about to finish.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnViewerPointerEvent_C1_Win_FlexViewer_PagePointerEventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnViewerPointerEvent(C1.Win.FlexViewer.PagePointerEventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnViewerPointerEvent.html#C1_Win_FlexViewer_C1FlexViewerPane_OnViewerPointerEvent_C1_Win_FlexViewer_PagePointerEventArgs_">OnViewerPointerEvent(PagePointerEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OutlineClicked event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OnVisibleChanged_System_EventArgs_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OnVisibleChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OnVisibleChanged.html#C1_Win_FlexViewer_C1FlexViewerPane_OnVisibleChanged_System_EventArgs_">OnVisibleChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the VisibleChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PageSetup" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PageSetup">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PageSetup.html#C1_Win_FlexViewer_C1FlexViewerPane_PageSetup">PageSetup()</a>
        </td>
        <td class="markdown level1 summary"><p>Invokes the standard page setup dialog.
If the user presses OK in the dialog, the currently loaded document
reflows if reflow is supported.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_Print" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.Print">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Print.html#C1_Win_FlexViewer_C1FlexViewerPane_Print">Print()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the standard print dialog, allowing the user
to print the currently loaded document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetActiveFindMatchHighlightColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetActiveFindMatchHighlightColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetActiveFindMatchHighlightColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetActiveFindMatchHighlightColor">ResetActiveFindMatchHighlightColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ActiveFindMatchHighlightColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetFindMatchHighlightColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetFindMatchHighlightColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetFindMatchHighlightColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetFindMatchHighlightColor">ResetFindMatchHighlightColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the FindMatchHighlightColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetLinkOverpan" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetLinkOverpan">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetLinkOverpan.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetLinkOverpan">ResetLinkOverpan()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the LinkOverpan to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetLoadingPageForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetLoadingPageForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetLoadingPageForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetLoadingPageForeColor">ResetLoadingPageForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the LoadingPageForeColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetLoadingPageSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetLoadingPageSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetLoadingPageSize.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetLoadingPageSize">ResetLoadingPageSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the LoadingPageSize to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineAreaBackColor">ResetOutlineAreaBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineAreaBackColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineBackColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineBackColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineBackColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineBackColorHot">ResetOutlineBackColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineBackColorHot to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineBackColorHotSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineBackColorHotSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineBackColorHotSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineBackColorHotSelected">ResetOutlineBackColorHotSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineBackColorHotSelected to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineBackColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineBackColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineBackColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineBackColorNormal">ResetOutlineBackColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineBackColorNormal to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineBackColorSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineBackColorSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineBackColorSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineBackColorSelected">ResetOutlineBackColorSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineBackColorSelected to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBackColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBackColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBackColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBackColorHot">ResetOutlineButtonBackColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineButtonBackColorHot to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBackColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBackColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBackColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBackColorNormal">ResetOutlineButtonBackColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineButtonBackColorNormal to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBackColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBackColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBackColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBackColorPressed">ResetOutlineButtonBackColorPressed()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineButtonBackColorPressed to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBorderColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBorderColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBorderColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBorderColorHot">ResetOutlineButtonBorderColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineButtonBorderColorHot to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBorderColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBorderColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBorderColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBorderColorNormal">ResetOutlineButtonBorderColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineButtonBorderColorNormal to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBorderColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBorderColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonBorderColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonBorderColorPressed">ResetOutlineButtonBorderColorPressed()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineButtonBorderColorPressed to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonForeColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonForeColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonForeColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonForeColorHot">ResetOutlineButtonForeColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineButtonForeColorHot to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonForeColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonForeColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonForeColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonForeColorNormal">ResetOutlineButtonForeColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineButtonForeColorNormal to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonForeColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonForeColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineButtonForeColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineButtonForeColorPressed">ResetOutlineButtonForeColorPressed()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineButtonForeColorPressed to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineForeColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineForeColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineForeColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineForeColorHot">ResetOutlineForeColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineForeColorHot to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineForeColorHotSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineForeColorHotSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineForeColorHotSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineForeColorHotSelected">ResetOutlineForeColorHotSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineForeColorHotSelected to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineForeColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineForeColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineForeColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineForeColorNormal">ResetOutlineForeColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineForeColorNormal to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineForeColorSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineForeColorSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineForeColorSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineForeColorSelected">ResetOutlineForeColorSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineForeColorSelected to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineLineColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineLineColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetOutlineLineColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetOutlineLineColor">ResetOutlineLineColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the OutlineLineColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetPadding">ResetPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the Padding to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetPageAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetPageAreaBackColor">ResetPageAreaBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the PageAreaBackColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetPageAreaPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageAreaPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageAreaPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetPageAreaPadding">ResetPageAreaPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the PageAreaPadding to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetPageFillColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageFillColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageFillColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetPageFillColor">ResetPageFillColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the PageFillColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetPageOverpan" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageOverpan">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageOverpan.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetPageOverpan">ResetPageOverpan()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the PageOverpan to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetPageSpacing" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageSpacing">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetPageSpacing.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetPageSpacing">ResetPageSpacing()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the PageSpacing to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetPaginated" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetPaginated">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetPaginated.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetPaginated">ResetPaginated()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Paginated.html#C1_Win_FlexViewer_C1FlexViewerPane_Paginated">Paginated</a> property value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetParamErrorForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetParamErrorForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetParamErrorForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetParamErrorForeColor">ResetParamErrorForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ParamErrorForeColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetParamHeaderBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetParamHeaderBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetParamHeaderBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetParamHeaderBackColor">ResetParamHeaderBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ParamHeaderBackColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetParamHeaderForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetParamHeaderForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetParamHeaderForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetParamHeaderForeColor">ResetParamHeaderForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ParamHeaderForeColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetSearch" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetSearch">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetSearch.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetSearch">ResetSearch()</a>
        </td>
        <td class="markdown level1 summary"><p>Stops the search mode and removes highlighting from the found text fragments.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetSelectionHighlightColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetSelectionHighlightColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetSelectionHighlightColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetSelectionHighlightColor">ResetSelectionHighlightColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the SelectionHighlightColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetSplitterColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetSplitterColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetSplitterColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetSplitterColor">ResetSplitterColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the SplitterColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbAreaBackColor">ResetThumbAreaBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbAreaBackColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbAreaPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbAreaPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbAreaPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbAreaPadding">ResetThumbAreaPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbAreaPadding to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbBackColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbBackColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbBackColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbBackColorHot">ResetThumbBackColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbBackColorHot to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbBackColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbBackColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbBackColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbBackColorPressed">ResetThumbBackColorPressed()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbBackColorPressed to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbBackColorSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbBackColorSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbBackColorSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbBackColorSelected">ResetThumbBackColorSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbBackColorSelected to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPadding">ResetThumbPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbPadding to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPageAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPageAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPageAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPageAreaBackColor">ResetThumbPageAreaBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbPageAreaBackColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPageNumBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPageNumBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPageNumBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPageNumBackColor">ResetThumbPageNumBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbPageNumBackColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPageNumForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPageNumForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPageNumForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPageNumForeColor">ResetThumbPageNumForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbPageNumForeColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPageNumSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPageNumSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPageNumSize.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPageNumSize">ResetThumbPageNumSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbPageNumSize to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPagePreviewSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPagePreviewSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetThumbPagePreviewSize.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetThumbPagePreviewSize">ResetThumbPagePreviewSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ThumbPagePreviewSize to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetTouchGripBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetTouchGripBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetTouchGripBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetTouchGripBackColor">ResetTouchGripBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the TouchGripBackColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetTouchGripBorderColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetTouchGripBorderColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetTouchGripBorderColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetTouchGripBorderColor">ResetTouchGripBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the TouchGripBorderColor to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ResetZoomFactor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ResetZoomFactor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ResetZoomFactor.html#C1_Win_FlexViewer_C1FlexViewerPane_ResetZoomFactor">ResetZoomFactor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ZoomFactor property to the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ScaleControl_System_Drawing_SizeF_System_Windows_Forms_BoundsSpecified_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ScaleControl(System.Drawing.SizeF,System.Windows.Forms.BoundsSpecified)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ScaleControl.html#C1_Win_FlexViewer_C1FlexViewerPane_ScaleControl_System_Drawing_SizeF_System_Windows_Forms_BoundsSpecified_">ScaleControl(SizeF, BoundsSpecified)</a>
        </td>
        <td class="markdown level1 summary"><p>Scales a control's location, size, padding and margin.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SearchNext" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SearchNext">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SearchNext.html#C1_Win_FlexViewer_C1FlexViewerPane_SearchNext">SearchNext()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the next occurrence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SearchPrevious" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SearchPrevious">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SearchPrevious.html#C1_Win_FlexViewer_C1FlexViewerPane_SearchPrevious">SearchPrevious()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the previous occurrence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SearchText_System_String_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SearchText(System.String,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SearchText.html#C1_Win_FlexViewer_C1FlexViewerPane_SearchText_System_String_System_Boolean_System_Boolean_System_Boolean_">SearchText(string, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts searching text with the specified parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SelectAll" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SelectAll">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SelectAll.html#C1_Win_FlexViewer_C1FlexViewerPane_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Selects all text in the document or on the current page (for non-paginated mode).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SetPageIndex_System_Int32_System_Boolean_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SetPageIndex(System.Int32,System.Boolean)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SetPageIndex.html#C1_Win_FlexViewer_C1FlexViewerPane_SetPageIndex_System_Int32_System_Boolean_">SetPageIndex(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the 0-based index of the currently visible page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_SetPageSetIndex_System_Int32_System_Boolean_" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.SetPageSetIndex(System.Int32,System.Boolean)">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.SetPageSetIndex.html#C1_Win_FlexViewer_C1FlexViewerPane_SetPageSetIndex_System_Int32_System_Boolean_">SetPageSetIndex(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the 0-based index of the current page set in non-continuous mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeActiveFindMatchHighlightColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeActiveFindMatchHighlightColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeActiveFindMatchHighlightColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeActiveFindMatchHighlightColor">ShouldSerializeActiveFindMatchHighlightColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ActiveFindMatchHighlightColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeCustomCursors" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeCustomCursors">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeCustomCursors.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeCustomCursors">ShouldSerializeCustomCursors()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.CustomCursors.html#C1_Win_FlexViewer_C1FlexViewerPane_CustomCursors">CustomCursors</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeFindMatchHighlightColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeFindMatchHighlightColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeFindMatchHighlightColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeFindMatchHighlightColor">ShouldSerializeFindMatchHighlightColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the FindMatchHighlightColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeLinkOverpan" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeLinkOverpan">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeLinkOverpan.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeLinkOverpan">ShouldSerializeLinkOverpan()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the LinkOverpan property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeLoadingPageForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeLoadingPageForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeLoadingPageForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeLoadingPageForeColor">ShouldSerializeLoadingPageForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the LoadingPageForeColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeLoadingPageSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeLoadingPageSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeLoadingPageSize.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeLoadingPageSize">ShouldSerializeLoadingPageSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the LoadingPageSize property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeMiscStrings" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeMiscStrings">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeMiscStrings.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeMiscStrings">ShouldSerializeMiscStrings()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.MiscStrings.html#C1_Win_FlexViewer_C1FlexViewerPane_MiscStrings">MiscStrings</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineAreaBackColor">ShouldSerializeOutlineAreaBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineAreaBackColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineBackColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineBackColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineBackColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineBackColorHot">ShouldSerializeOutlineBackColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineBackColorHot property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineBackColorHotSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineBackColorHotSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineBackColorHotSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineBackColorHotSelected">ShouldSerializeOutlineBackColorHotSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineBackColorHotSelected property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineBackColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineBackColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineBackColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineBackColorNormal">ShouldSerializeOutlineBackColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineBackColorNormal property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineBackColorSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineBackColorSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineBackColorSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineBackColorSelected">ShouldSerializeOutlineBackColorSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineBackColorSelected property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBackColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBackColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBackColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBackColorHot">ShouldSerializeOutlineButtonBackColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineButtonBackColorHot property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBackColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBackColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBackColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBackColorNormal">ShouldSerializeOutlineButtonBackColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineButtonBackColorNormal property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBackColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBackColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBackColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBackColorPressed">ShouldSerializeOutlineButtonBackColorPressed()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineButtonBackColorPressed property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBorderColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBorderColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBorderColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBorderColorHot">ShouldSerializeOutlineButtonBorderColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineButtonBorderColorHot property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBorderColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBorderColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBorderColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBorderColorNormal">ShouldSerializeOutlineButtonBorderColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineButtonBorderColorNormal property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBorderColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBorderColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonBorderColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonBorderColorPressed">ShouldSerializeOutlineButtonBorderColorPressed()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineButtonBorderColorPressed property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonForeColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonForeColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonForeColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonForeColorHot">ShouldSerializeOutlineButtonForeColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineButtonForeColorHot property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonForeColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonForeColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonForeColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonForeColorNormal">ShouldSerializeOutlineButtonForeColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineButtonForeColorNormal property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonForeColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonForeColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineButtonForeColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineButtonForeColorPressed">ShouldSerializeOutlineButtonForeColorPressed()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineButtonForeColorPressed property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineForeColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineForeColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineForeColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineForeColorHot">ShouldSerializeOutlineForeColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineForeColorHot property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineForeColorHotSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineForeColorHotSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineForeColorHotSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineForeColorHotSelected">ShouldSerializeOutlineForeColorHotSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineForeColorHotSelected property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineForeColorNormal" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineForeColorNormal">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineForeColorNormal.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineForeColorNormal">ShouldSerializeOutlineForeColorNormal()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineForeColorNormal property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineForeColorSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineForeColorSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineForeColorSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineForeColorSelected">ShouldSerializeOutlineForeColorSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineForeColorSelected property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineLineColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineLineColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeOutlineLineColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeOutlineLineColor">ShouldSerializeOutlineLineColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the OutlineLineColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePadding">ShouldSerializePadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the Padding property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageAreaBackColor">ShouldSerializePageAreaBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the PageAreaBackColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageAreaPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageAreaPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageAreaPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageAreaPadding">ShouldSerializePageAreaPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the PageAreaPadding property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageFillColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageFillColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageFillColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageFillColor">ShouldSerializePageFillColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the PageFillColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageOverpan" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageOverpan">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageOverpan.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageOverpan">ShouldSerializePageOverpan()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the PageOverpan property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageSpacing" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageSpacing">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePageSpacing.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePageSpacing">ShouldSerializePageSpacing()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the PageSpacing property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePaginated" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePaginated">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializePaginated.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializePaginated">ShouldSerializePaginated()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Paginated.html#C1_Win_FlexViewer_C1FlexViewerPane_Paginated">Paginated</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeParamErrorForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeParamErrorForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeParamErrorForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeParamErrorForeColor">ShouldSerializeParamErrorForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ParamErrorForeColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeParamHeaderBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeParamHeaderBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeParamHeaderBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeParamHeaderBackColor">ShouldSerializeParamHeaderBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ParamHeaderBackColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeParamHeaderForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeParamHeaderForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeParamHeaderForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeParamHeaderForeColor">ShouldSerializeParamHeaderForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ParamHeaderForeColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeParameterStrings" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeParameterStrings">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeParameterStrings.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeParameterStrings">ShouldSerializeParameterStrings()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ParameterStrings.html#C1_Win_FlexViewer_C1FlexViewerPane_ParameterStrings">ParameterStrings</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeSelectionHighlightColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeSelectionHighlightColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeSelectionHighlightColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeSelectionHighlightColor">ShouldSerializeSelectionHighlightColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the SelectionHighlightColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeSplitterColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeSplitterColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeSplitterColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeSplitterColor">ShouldSerializeSplitterColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the SplitterColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbAreaBackColor">ShouldSerializeThumbAreaBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbAreaBackColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbAreaPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbAreaPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbAreaPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbAreaPadding">ShouldSerializeThumbAreaPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbAreaPadding property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbBackColorHot" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbBackColorHot">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbBackColorHot.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbBackColorHot">ShouldSerializeThumbBackColorHot()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbBackColorHot property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbBackColorPressed" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbBackColorPressed">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbBackColorPressed.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbBackColorPressed">ShouldSerializeThumbBackColorPressed()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbBackColorPressed property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbBackColorSelected" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbBackColorSelected">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbBackColorSelected.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbBackColorSelected">ShouldSerializeThumbBackColorSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbBackColorSelected property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPadding" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPadding">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPadding.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPadding">ShouldSerializeThumbPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbPadding property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPageAreaBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPageAreaBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPageAreaBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPageAreaBackColor">ShouldSerializeThumbPageAreaBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbPageAreaBackColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPageNumBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPageNumBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPageNumBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPageNumBackColor">ShouldSerializeThumbPageNumBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbPageNumBackColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPageNumForeColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPageNumForeColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPageNumForeColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPageNumForeColor">ShouldSerializeThumbPageNumForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbPageNumForeColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPageNumSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPageNumSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPageNumSize.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPageNumSize">ShouldSerializeThumbPageNumSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbPageNumSize property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPagePreviewSize" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPagePreviewSize">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeThumbPagePreviewSize.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeThumbPagePreviewSize">ShouldSerializeThumbPagePreviewSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ThumbPagePreviewSize property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeTouchGripBackColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeTouchGripBackColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeTouchGripBackColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeTouchGripBackColor">ShouldSerializeTouchGripBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the TouchGripBackColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeTouchGripBorderColor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeTouchGripBorderColor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeTouchGripBorderColor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeTouchGripBorderColor">ShouldSerializeTouchGripBorderColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the TouchGripBorderColor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeZoomDialogStrings" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeZoomDialogStrings">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeZoomDialogStrings.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeZoomDialogStrings">ShouldSerializeZoomDialogStrings()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ZoomDialogStrings.html#C1_Win_FlexViewer_C1FlexViewerPane_ZoomDialogStrings">ZoomDialogStrings</a> property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeZoomFactor" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeZoomFactor">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShouldSerializeZoomFactor.html#C1_Win_FlexViewer_C1FlexViewerPane_ShouldSerializeZoomFactor">ShouldSerializeZoomFactor()</a>
        </td>
        <td class="markdown level1 summary"><p>Tests whether the ZoomFactor property should be serialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ShowZoomDialog" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ShowZoomDialog">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ShowZoomDialog.html#C1_Win_FlexViewer_C1FlexViewerPane_ShowZoomDialog">ShowZoomDialog()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows a modal dialog for adjusting Zoom and Layout options.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_ContextMenuPopup" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.ContextMenuPopup">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ContextMenuPopup.html">ContextMenuPopup</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user right-clicked <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a> to display the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_HyperlinkClicked" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.HyperlinkClicked">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HyperlinkClicked.html">HyperlinkClicked</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user clicked some active element, such as a hyperlink or expanding/collapsing icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_HyperlinkHovered" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.HyperlinkHovered">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HyperlinkHovered.html">HyperlinkHovered</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the mouse pointer hovered some active element, such as a hyperlink or expanding/collapsing icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_LongOperation" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.LongOperation">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.LongOperation.html">LongOperation</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs periodically when a long operation is in progress.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OperationError" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OperationError">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OperationError.html">OperationError</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs in case of an exception thrown during a report operation, such as Generate or Export.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_OutlineClicked" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.OutlineClicked">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineClicked.html">OutlineClicked</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user clicked an outline element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PagePointerEvent" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PagePointerEvent">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PagePointerEvent.html">PagePointerEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user clicked or moving mouse pointer over the page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexViewer_C1FlexViewerPane_PropertyChanged" data-uid="C1.Win.FlexViewer.C1FlexViewerPane.PropertyChanged">
          <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property of the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a> that is not inherited from the base class changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
