# C1.WPF.FlexViewer.C1FlexViewerPane

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_FlexViewer_C1FlexViewerPane" data-uid="C1.WPF.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.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.interop.hwndhost">HwndHost</a></div>
    <div class="level7"><a class="xref" href="C1.WPF.DxToolkit.DxHost.html">DxHost</a></div>
    <div class="level8"><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.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></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.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.interop.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.interop.ikeyboardinputsink">IKeyboardInputSink</a></div>
    <div><a class="xref" href="C1.WPF.DxToolkit.ITouchDestination.html">ITouchDestination</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.WPF.FlexViewer.html">C1.WPF.FlexViewer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.FlexViewer.4.6.2.dll</h6>
  <h5 id="C1_WPF_FlexViewer_C1FlexViewerPane_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1FlexViewerPane : DxHost, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable, IWin32Window, IKeyboardInputSink, ITouchDestination, INotifyPropertyChanged, IC1HighlightingManager</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1FlexViewerPane
    Inherits DxHost
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IDisposable, IWin32Window, IKeyboardInputSink, ITouchDestination, 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_WPF_FlexViewer_C1FlexViewerPane__ctor" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.#ctor">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.-ctor.html#C1_WPF_FlexViewer_C1FlexViewerPane__ctor">C1FlexViewerPane()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a> control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ActiveFindMatchHighlightBrushProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ActiveFindMatchHighlightBrushProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ActiveFindMatchHighlightBrushProperty.html">ActiveFindMatchHighlightBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ActiveFindMatchHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewerPane_ActiveFindMatchHighlightBrush">ActiveFindMatchHighlightBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_AllowThumbViewProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.AllowThumbViewProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.AllowThumbViewProperty.html">AllowThumbViewProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.AllowThumbView.html#C1_WPF_FlexViewer_C1FlexViewerPane_AllowThumbView">AllowThumbView</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_BusyProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.BusyProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.BusyProperty.html">BusyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Busy.html#C1_WPF_FlexViewer_C1FlexViewerPane_Busy">Busy</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_CloseActionEnabledProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.CloseActionEnabledProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.CloseActionEnabledProperty.html">CloseActionEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.CloseActionEnabled.html#C1_WPF_FlexViewer_C1FlexViewerPane_CloseActionEnabled">CloseActionEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ContinuousProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ContinuousProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ContinuousProperty.html">ContinuousProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Continuous.html#C1_WPF_FlexViewer_C1FlexViewerPane_Continuous">Continuous</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_DocumentSourceProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.DocumentSourceProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.DocumentSourceProperty.html">DocumentSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.DocumentSource.html#C1_WPF_FlexViewer_C1FlexViewerPane_DocumentSource">DocumentSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_FacingPagesProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.FacingPagesProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FacingPagesProperty.html">FacingPagesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FacingPages.html#C1_WPF_FlexViewer_C1FlexViewerPane_FacingPages">FacingPages</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_FindMatchHighlightBrushProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.FindMatchHighlightBrushProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FindMatchHighlightBrushProperty.html">FindMatchHighlightBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FindMatchHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewerPane_FindMatchHighlightBrush">FindMatchHighlightBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_GeneratingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.GeneratingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.GeneratingProperty.html">GeneratingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Generating.html#C1_WPF_FlexViewer_C1FlexViewerPane_Generating">Generating</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasBackwardHistoryProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasBackwardHistoryProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasBackwardHistoryProperty.html">HasBackwardHistoryProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasBackwardHistory.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasBackwardHistory">HasBackwardHistory</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasForwardHistoryProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasForwardHistoryProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasForwardHistoryProperty.html">HasForwardHistoryProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasForwardHistory.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasForwardHistory">HasForwardHistory</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasPagesProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasPagesProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasPagesProperty.html">HasPagesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasPages.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasPages">HasPages</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasParametersProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasParametersProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasParametersProperty.html">HasParametersProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasParameters.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasParameters">HasParameters</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasSelectionProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasSelectionProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasSelectionProperty.html">HasSelectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasSelection.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasSelection">HasSelection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasWidePagesProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasWidePagesProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasWidePagesProperty.html">HasWidePagesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasWidePages.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasWidePages">HasWidePages</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_LimitSearchToCurrentPageProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LimitSearchToCurrentPageProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LimitSearchToCurrentPageProperty.html">LimitSearchToCurrentPageProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LimitSearchToCurrentPage.html#C1_WPF_FlexViewer_C1FlexViewerPane_LimitSearchToCurrentPage">LimitSearchToCurrentPage</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_LinkOverpanProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LinkOverpanProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LinkOverpanProperty.html">LinkOverpanProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LinkOverpan.html#C1_WPF_FlexViewer_C1FlexViewerPane_LinkOverpan">LinkOverpan</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_LoadingPageForegroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageForegroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageForegroundProperty.html">LoadingPageForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageForeground.html#C1_WPF_FlexViewer_C1FlexViewerPane_LoadingPageForeground">LoadingPageForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_LoadingPageSizeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageSizeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageSizeProperty.html">LoadingPageSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageSize.html#C1_WPF_FlexViewer_C1FlexViewerPane_LoadingPageSize">LoadingPageSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_MaxZoomFactorProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.MaxZoomFactorProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.MaxZoomFactorProperty.html">MaxZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.MaxZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewerPane_MaxZoomFactor">MaxZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_MinZoomFactorProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.MinZoomFactorProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.MinZoomFactorProperty.html">MinZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.MinZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewerPane_MinZoomFactor">MinZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_NonPaginatedContentAlignmentProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.NonPaginatedContentAlignmentProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.NonPaginatedContentAlignmentProperty.html">NonPaginatedContentAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.NonPaginatedContentAlignment.html#C1_WPF_FlexViewer_C1FlexViewerPane_NonPaginatedContentAlignment">NonPaginatedContentAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OpenActionEnabledProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OpenActionEnabledProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OpenActionEnabledProperty.html">OpenActionEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OpenActionEnabled.html#C1_WPF_FlexViewer_C1FlexViewerPane_OpenActionEnabled">OpenActionEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OpenExportedFileProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OpenExportedFileProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OpenExportedFileProperty.html">OpenExportedFileProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OpenExportedFile.html#C1_WPF_FlexViewer_C1FlexViewerPane_OpenExportedFile">OpenExportedFile</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PaddingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PaddingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PaddingProperty.html">PaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Padding.html#C1_WPF_FlexViewer_C1FlexViewerPane_Padding">Padding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageAreaBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaBackgroundProperty.html">PageAreaBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageAreaBackground">PageAreaBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageAreaPaddingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaPaddingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaPaddingProperty.html">PageAreaPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaPadding.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageAreaPadding">PageAreaPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageBackgroundProperty.html">PageBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageBackground">PageBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageColumnsProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageColumnsProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageColumnsProperty.html">PageColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageColumns.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageColumns">PageColumns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageCountProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageCountProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageCountProperty.html">PageCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageCount.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageCount">PageCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageHistoryTrackingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageHistoryTrackingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageHistoryTrackingProperty.html">PageHistoryTrackingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageHistoryTracking.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageHistoryTracking">PageHistoryTracking</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageNumberProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageNumberProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageNumberProperty.html">PageNumberProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageNumber.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageNumber">PageNumber</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageOverpanProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageOverpanProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageOverpanProperty.html">PageOverpanProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageOverpan.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageOverpan">PageOverpan</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageRefreshRateProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageRefreshRateProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageRefreshRateProperty.html">PageRefreshRateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageRefreshRate.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageRefreshRate">PageRefreshRate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageRowsProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageRowsProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageRowsProperty.html">PageRowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageRows.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageRows">PageRows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageSetCountProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetCountProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetCountProperty.html">PageSetCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetCount.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageSetCount">PageSetCount</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageSetNumberProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetNumberProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetNumberProperty.html">PageSetNumberProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetNumber.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageSetNumber">PageSetNumber</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageSpacingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageSpacingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSpacingProperty.html">PageSpacingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSpacing.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageSpacing">PageSpacing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PaginatedProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PaginatedProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PaginatedProperty.html">PaginatedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Paginated.html#C1_WPF_FlexViewer_C1FlexViewerPane_Paginated">Paginated</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_RotateViewProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.RotateViewProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.RotateViewProperty.html">RotateViewProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.RotateView.html#C1_WPF_FlexViewer_C1FlexViewerPane_RotateView">RotateView</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ScrollBarsProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollBarsProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollBarsProperty.html">ScrollBarsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollBars.html#C1_WPF_FlexViewer_C1FlexViewerPane_ScrollBars">ScrollBars</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ScrollModeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollModeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollModeProperty.html">ScrollModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_ScrollMode">ScrollMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SelectMouseModeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SelectMouseModeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SelectMouseModeProperty.html">SelectMouseModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SelectMouseMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_SelectMouseMode">SelectMouseMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SelectionHighlightBrushProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SelectionHighlightBrushProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SelectionHighlightBrushProperty.html">SelectionHighlightBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SelectionHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewerPane_SelectionHighlightBrush">SelectionHighlightBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SsrsModeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SsrsModeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SsrsModeProperty.html">SsrsModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SsrsMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_SsrsMode">SsrsMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_StatusTextProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.StatusTextProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.StatusTextProperty.html">StatusTextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.StatusText.html#C1_WPF_FlexViewer_C1FlexViewerPane_StatusText">StatusText</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbAreaBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaBackgroundProperty.html">ThumbAreaBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbAreaBackground">ThumbAreaBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbAreaPaddingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaPaddingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaPaddingProperty.html">ThumbAreaPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaPadding.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbAreaPadding">ThumbAreaPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbHotBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbHotBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbHotBackgroundProperty.html">ThumbHotBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbHotBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbHotBackground">ThumbHotBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPaddingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPaddingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPaddingProperty.html">ThumbPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPadding.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPadding">ThumbPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageBackgroundProperty.html">ThumbPageBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageBackground">ThumbPageBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumBackgroundProperty.html">ThumbPageNumBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumBackground">ThumbPageNumBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumFontSizeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumFontSizeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumFontSizeProperty.html">ThumbPageNumFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumFontSize.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumFontSize">ThumbPageNumFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumForegroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumForegroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumForegroundProperty.html">ThumbPageNumForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumForeground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumForeground">ThumbPageNumForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumSizeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSizeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSizeProperty.html">ThumbPageNumSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSize.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumSize">ThumbPageNumSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumSpacingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSpacingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSpacingProperty.html">ThumbPageNumSpacingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSpacing.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumSpacing">ThumbPageNumSpacing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPagePreviewSizeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPagePreviewSizeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPagePreviewSizeProperty.html">ThumbPagePreviewSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPagePreviewSize.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPagePreviewSize">ThumbPagePreviewSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPressedBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPressedBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPressedBackgroundProperty.html">ThumbPressedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPressedBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPressedBackground">ThumbPressedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbScrollDirectionProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbScrollDirectionProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbScrollDirectionProperty.html">ThumbScrollDirectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbScrollDirection.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbScrollDirection">ThumbScrollDirection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbSelectedBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbSelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbSelectedBackgroundProperty.html">ThumbSelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbSelectedBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbSelectedBackground">ThumbSelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbViewActiveProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewActiveProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewActiveProperty.html">ThumbViewActiveProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewActive.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbViewActive">ThumbViewActive</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbViewModeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewModeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewModeProperty.html">ThumbViewModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbViewMode">ThumbViewMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_TouchGripBackgroundProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBackgroundProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBackgroundProperty.html">TouchGripBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_TouchGripBackground">TouchGripBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_TouchGripBorderBrushProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBorderBrushProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBorderBrushProperty.html">TouchGripBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBorderBrush.html#C1_WPF_FlexViewer_C1FlexViewerPane_TouchGripBorderBrush">TouchGripBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_UseAsyncRenderingProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.UseAsyncRenderingProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.UseAsyncRenderingProperty.html">UseAsyncRenderingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.UseAsyncRendering.html#C1_WPF_FlexViewer_C1FlexViewerPane_UseAsyncRendering">UseAsyncRendering</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_WideLayoutProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.WideLayoutProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.WideLayoutProperty.html">WideLayoutProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.WideLayout.html#C1_WPF_FlexViewer_C1FlexViewerPane_WideLayout">WideLayout</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ZoomFactorProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomFactorProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomFactorProperty.html">ZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewerPane_ZoomFactor">ZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ZoomModeProperty" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomModeProperty">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomModeProperty.html">ZoomModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_ZoomMode">ZoomMode</a> dependency property.</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_WPF_FlexViewer_C1FlexViewerPane_ActiveFindMatchHighlightBrush" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ActiveFindMatchHighlightBrush">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ActiveFindMatchHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewerPane_ActiveFindMatchHighlightBrush">ActiveFindMatchHighlightBrush</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to highlight the active find match.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ActualSizeCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ActualSizeCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ActualSizeCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_ActualSizeCommand">ActualSizeCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets zoom to 100%.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_AllowThumbView" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.AllowThumbView">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.AllowThumbView.html#C1_WPF_FlexViewer_C1FlexViewerPane_AllowThumbView">AllowThumbView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Thumbnails view can be activated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_Busy" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.Busy">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Busy.html#C1_WPF_FlexViewer_C1FlexViewerPane_Busy">Busy</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the viewer pane is currently busy.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_CloseActionEnabled" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.CloseActionEnabled">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.CloseActionEnabled.html#C1_WPF_FlexViewer_C1FlexViewerPane_CloseActionEnabled">CloseActionEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Close action can be executed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_CloseCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.CloseCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.CloseCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_CloseCommand">CloseCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that implements the Close action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_Continuous" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.Continuous">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Continuous.html#C1_WPF_FlexViewer_C1FlexViewerPane_Continuous">Continuous</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to show document pages continuously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_CopyTextCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.CopyTextCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.CopyTextCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_CopyTextCommand">CopyTextCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that copies the selected text to Clipboard.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_DeselectAllCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.DeselectAllCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.DeselectAllCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_DeselectAllCommand">DeselectAllCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that deselects all text in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_DocumentSource" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.DocumentSource">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.DocumentSource.html#C1_WPF_FlexViewer_C1FlexViewerPane_DocumentSource">DocumentSource</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the document shown by the viewer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ExportCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ExportCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ExportCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_ExportCommand">ExportCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that opens the Export dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_FacingPages" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.FacingPages">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FacingPages.html#C1_WPF_FlexViewer_C1FlexViewerPane_FacingPages">FacingPages</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether to show facing pages side by side, the first page on the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_FacingPagesCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.FacingPagesCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FacingPagesCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_FacingPagesCommand">FacingPagesCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that shows facing pages side by side.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_FindMatchHighlightBrush" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.FindMatchHighlightBrush">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FindMatchHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewerPane_FindMatchHighlightBrush">FindMatchHighlightBrush</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to highlight each find match except the active one.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_FirstPageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.FirstPageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FirstPageCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_FirstPageCommand">FirstPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the first page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_FourPagesViewCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.FourPagesViewCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FourPagesViewCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_FourPagesViewCommand">FourPagesViewCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets layout to four page columns view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_Generating" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.Generating">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Generating.html#C1_WPF_FlexViewer_C1FlexViewerPane_Generating">Generating</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the document is currently generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasBackwardHistory" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasBackwardHistory">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasBackwardHistory.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasBackwardHistory">HasBackwardHistory</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the user can navigate to the previous position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasForwardHistory" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasForwardHistory">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasForwardHistory.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasForwardHistory">HasForwardHistory</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the user can navigate to the next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasPages" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasPages">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasPages.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasPages">HasPages</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the document has some visible content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasParameters" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasParameters">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasParameters.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasParameters">HasParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the document has visible parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasSelection" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasSelection">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasSelection.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasSelection">HasSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether some text is currently selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HasWidePages" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HasWidePages">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.HasWidePages.html#C1_WPF_FlexViewer_C1FlexViewerPane_HasWidePages">HasWidePages</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the document contains wide pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_LastPageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LastPageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LastPageCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_LastPageCommand">LastPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the last page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_LimitSearchToCurrentPage" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LimitSearchToCurrentPage">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LimitSearchToCurrentPage.html#C1_WPF_FlexViewer_C1FlexViewerPane_LimitSearchToCurrentPage">LimitSearchToCurrentPage</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the text search should be limited to current page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_LinkOverpan" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LinkOverpan">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LinkOverpan.html#C1_WPF_FlexViewer_C1FlexViewerPane_LinkOverpan">LinkOverpan</a>
        </td>
        <td class="markdown level1 summary"><p>The size of margin when scrolling to a link or bookmark.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_LoadingPageForeground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageForeground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageForeground.html#C1_WPF_FlexViewer_C1FlexViewerPane_LoadingPageForeground">LoadingPageForeground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to draw the message on a page which is not loaded yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_LoadingPageSize" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageSize">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.LoadingPageSize.html#C1_WPF_FlexViewer_C1FlexViewerPane_LoadingPageSize">LoadingPageSize</a>
        </td>
        <td class="markdown level1 summary"><p>The size of a page which is not loaded yet.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_MaxZoomFactor" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.MaxZoomFactor">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.MaxZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewerPane_MaxZoomFactor">MaxZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum allowed zoom factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_MinZoomFactor" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.MinZoomFactor">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.MinZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewerPane_MinZoomFactor">MinZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>The minimum allowed zoom factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_NavigateBackwardCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateBackwardCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateBackwardCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_NavigateBackwardCommand">NavigateBackwardCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that navigates to the previous position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_NavigateForwardCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateForwardCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateForwardCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_NavigateForwardCommand">NavigateForwardCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that navigates to the next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_NextPageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.NextPageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.NextPageCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_NextPageCommand">NextPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the next page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_NonPaginatedContentAlignment" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.NonPaginatedContentAlignment">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.NonPaginatedContentAlignment.html#C1_WPF_FlexViewer_C1FlexViewerPane_NonPaginatedContentAlignment">NonPaginatedContentAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>The alignment of the non-paginated content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OnePageViewCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnePageViewCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnePageViewCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnePageViewCommand">OnePageViewCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets layout to one page column view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OpenActionEnabled" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OpenActionEnabled">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OpenActionEnabled.html#C1_WPF_FlexViewer_C1FlexViewerPane_OpenActionEnabled">OpenActionEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Open action can be executed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OpenCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OpenCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OpenCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_OpenCommand">OpenCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that implements the Open action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OpenExportedFile" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OpenExportedFile">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OpenExportedFile.html#C1_WPF_FlexViewer_C1FlexViewerPane_OpenExportedFile">OpenExportedFile</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the exported document should be opened for preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_Padding" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.Padding">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Padding.html#C1_WPF_FlexViewer_C1FlexViewerPane_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of outer padding within the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageAreaBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageAreaBackground">PageAreaBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the area behind the document pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageAreaPadding" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaPadding">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageAreaPadding.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageAreaPadding">PageAreaPadding</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of padding between pages and the preview window edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageBackground">PageBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the document pages before drawing the content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageColumns" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageColumns">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageColumns.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageColumns">PageColumns</a>
        </td>
        <td class="markdown level1 summary"><p>The number of page columns shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageCount" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageCount">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageCount.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageCount">PageCount</a>
        </td>
        <td class="markdown level1 summary"><p>The number of pages displayed in the preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageHistoryTracking" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageHistoryTracking">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageHistoryTracking.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageHistoryTracking">PageHistoryTracking</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the changes to the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageNumber.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageNumber">PageNumber</a> or <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetNumber.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageSetNumber">PageSetNumber</a> properties should be collected in history.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageNumber" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageNumber">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageNumber.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageNumber">PageNumber</a>
        </td>
        <td class="markdown level1 summary"><p>The number of the currently visible page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageOverpan" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageOverpan">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageOverpan.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageOverpan">PageOverpan</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the previous page that remains visible when the user navigates to the next page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageRefreshRate" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageRefreshRate">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageRefreshRate.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageRefreshRate">PageRefreshRate</a>
        </td>
        <td class="markdown level1 summary"><p>The number of pages generated between the viewer refreshes its layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageRows" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageRows">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageRows.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageRows">PageRows</a>
        </td>
        <td class="markdown level1 summary"><p>The number of page rows shown in non-continuous mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageSetCount" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetCount">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetCount.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageSetCount">PageSetCount</a>
        </td>
        <td class="markdown level1 summary"><p>The number of page sets displayed in non-continuous mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageSetNumber" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetNumber">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSetNumber.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageSetNumber">PageSetNumber</a>
        </td>
        <td class="markdown level1 summary"><p>The number of the current page set for non-continuous mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageSpacing" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageSpacing">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageSpacing.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageSpacing">PageSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of padding between pages in the preview.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PageWidthCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PageWidthCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PageWidthCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_PageWidthCommand">PageWidthCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets zoom to page width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_Paginated" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.Paginated">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Paginated.html#C1_WPF_FlexViewer_C1FlexViewerPane_Paginated">Paginated</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the content should be represented as a set of fixed sized pages.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PreviousPageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PreviousPageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PreviousPageCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_PreviousPageCommand">PreviousPageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that goes to the previous page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PrintCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PrintCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PrintCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_PrintCommand">PrintCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that opens the Print dialog.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PrintJobName" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PrintJobName">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PrintJobName.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_PrintQueue" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PrintQueue">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PrintQueue.html#C1_WPF_FlexViewer_C1FlexViewerPane_PrintQueue">PrintQueue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.printing.printqueue">PrintQueue</a> object defining printer to use,
can be null to use default printer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_PrintTicket" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PrintTicket">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PrintTicket.html#C1_WPF_FlexViewer_C1FlexViewerPane_PrintTicket">PrintTicket</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.printing.printticket">PrintTicket</a> object defining the print parameters,
can be null to use <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.printing.printqueue.defaultprintticket">DefaultPrintTicket</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_RefreshCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.RefreshCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.RefreshCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_RefreshCommand">RefreshCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that refreshes/reloads the report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_RotateClockwiseCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.RotateClockwiseCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.RotateClockwiseCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_RotateClockwiseCommand">RotateClockwiseCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that rotates pages by 90 degrees clockwise relative to the current orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_RotateCounterClockwiseCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.RotateCounterClockwiseCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.RotateCounterClockwiseCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_RotateCounterClockwiseCommand">RotateCounterClockwiseCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that rotates pages by 90 degrees counter-clockwise relative to the current orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_RotateView" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.RotateView">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.RotateView.html#C1_WPF_FlexViewer_C1FlexViewerPane_RotateView">RotateView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the view rotation angle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ScrollBars" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollBars">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollBars.html#C1_WPF_FlexViewer_C1FlexViewerPane_ScrollBars">ScrollBars</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies which scroll bars should appear in a <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ScrollMode" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollMode">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ScrollMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_ScrollMode">ScrollMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies what to do while scrolling document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SearchStarted" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SearchStarted">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SearchStarted.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_SelectAllCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SelectAllCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SelectAllCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_SelectAllCommand">SelectAllCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that selects all text in the document.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SelectMouseMode" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SelectMouseMode">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SelectMouseMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_SelectMouseMode">SelectMouseMode</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether clicking and dragging with the mouse selects text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SelectionHighlightBrush" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SelectionHighlightBrush">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SelectionHighlightBrush.html#C1_WPF_FlexViewer_C1FlexViewerPane_SelectionHighlightBrush">SelectionHighlightBrush</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to highlight text selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SsrsMode" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SsrsMode">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SsrsMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_SsrsMode">SsrsMode</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the document source is SSRS.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_StatusText" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.StatusText">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.StatusText.html#C1_WPF_FlexViewer_C1FlexViewerPane_StatusText">StatusText</a>
        </td>
        <td class="markdown level1 summary"><p>The string that is displayed as the current status string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_StopOperationCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.StopOperationCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.StopOperationCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_StopOperationCommand">StopOperationCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that tries to stop the current operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbAreaBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbAreaBackground">ThumbAreaBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the area behind the page thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbAreaPadding" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaPadding">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbAreaPadding.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbAreaPadding">ThumbAreaPadding</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of padding between the thumbnails and the preview window edges.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbHotBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbHotBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbHotBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbHotBackground">ThumbHotBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The background brush of a 'hot' thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPadding" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPadding">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPadding.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPadding">ThumbPadding</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of padding within a page thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageBackground">ThumbPageBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the area of a thumbnail where the page is drawn.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumBackground">ThumbPageNumBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to fill the page number background on thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumFontSize" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumFontSize">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumFontSize.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumFontSize">ThumbPageNumFontSize</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the font used for drawing the page number in thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumForeground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumForeground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumForeground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumForeground">ThumbPageNumForeground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used to draw the page number on thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumSize" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSize">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSize.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumSize">ThumbPageNumSize</a>
        </td>
        <td class="markdown level1 summary"><p>The size of the page number area within a thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumSpacing" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSpacing">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPageNumSpacing.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPageNumSpacing">ThumbPageNumSpacing</a>
        </td>
        <td class="markdown level1 summary"><p>The amount of spacing between the page number and page content in thumbnails.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPagePreviewSize" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPagePreviewSize">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPagePreviewSize.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPagePreviewSize">ThumbPagePreviewSize</a>
        </td>
        <td class="markdown level1 summary"><p>The size of a page preview in thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPressedBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPressedBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbPressedBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbPressedBackground">ThumbPressedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The background brush of a pressed thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbScrollDirection" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbScrollDirection">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbScrollDirection.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbScrollDirection">ThumbScrollDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the direction of scrolling for the Thumbnails view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbSelectedBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbSelectedBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbSelectedBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbSelectedBackground">ThumbSelectedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The background brush of a selected thumbnail.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbViewActive" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewActive">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewActive.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbViewActive">ThumbViewActive</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the Thumbnails view is currently active.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ThumbViewMode" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewMode">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ThumbViewMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_ThumbViewMode">ThumbViewMode</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the Thumbnails view should be activated whenever possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_TouchGripBackground" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBackground">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBackground.html#C1_WPF_FlexViewer_C1FlexViewerPane_TouchGripBackground">TouchGripBackground</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used for filling background of a grip handle for text selection with touch.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_TouchGripBorderBrush" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBorderBrush">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.TouchGripBorderBrush.html#C1_WPF_FlexViewer_C1FlexViewerPane_TouchGripBorderBrush">TouchGripBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>The brush used for drawing border of a selection grip handle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_TwoPagesViewCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.TwoPagesViewCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.TwoPagesViewCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_TwoPagesViewCommand">TwoPagesViewCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets layout to two page columns view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_UseAsyncRendering" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.UseAsyncRendering">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.UseAsyncRendering.html#C1_WPF_FlexViewer_C1FlexViewerPane_UseAsyncRendering">UseAsyncRendering</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the document should be generated asynchronously.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_WholePageCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.WholePageCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.WholePageCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_WholePageCommand">WholePageCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that sets zoom to whole page.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_WideLayout" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.WideLayout">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.WideLayout.html#C1_WPF_FlexViewer_C1FlexViewerPane_WideLayout">WideLayout</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether a multi-column layout is applied to wide reports by default.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_WindowClassName" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.WindowClassName">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.WindowClassName.html#C1_WPF_FlexViewer_C1FlexViewerPane_WindowClassName">WindowClassName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the window class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ZoomFactor" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomFactor">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomFactor.html#C1_WPF_FlexViewer_C1FlexViewerPane_ZoomFactor">ZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the zoom factor (1.0 is actual size).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ZoomInCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomInCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomInCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_ZoomInCommand">ZoomInCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that performs the zoom-in operation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ZoomMode" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomMode">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomMode.html#C1_WPF_FlexViewer_C1FlexViewerPane_ZoomMode">ZoomMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the preview zoom mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ZoomOutCommand" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomOutCommand">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ZoomOutCommand.html#C1_WPF_FlexViewer_C1FlexViewerPane_ZoomOutCommand">ZoomOutCommand</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.input.icommand">ICommand</a> that performs the zoom-out operation.</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_WPF_FlexViewer_C1FlexViewerPane_ClearHistory" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ClearHistory">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ClearHistory.html#C1_WPF_FlexViewer_C1FlexViewerPane_ClearHistory">ClearHistory()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the navigation history.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ClearSelection" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ClearSelection">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ClearSelection.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_CopySelectionToClipboard" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.CopySelectionToClipboard">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.CopySelectionToClipboard.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_CreateDeviceResources" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.CreateDeviceResources">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.CreateDeviceResources.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_DiscardDeviceResources" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.DiscardDeviceResources">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.DiscardDeviceResources.html#C1_WPF_FlexViewer_C1FlexViewerPane_DiscardDeviceResources">DiscardDeviceResources()</a>
        </td>
        <td class="markdown level1 summary"><p>Discards all GPU-dependent resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_Dispose_System_Boolean_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Dispose.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_DoZoomIn" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.DoZoomIn">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.DoZoomIn.html#C1_WPF_FlexViewer_C1FlexViewerPane_DoZoomIn">DoZoomIn()</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms in.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_DoZoomOut" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.DoZoomOut">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.DoZoomOut.html#C1_WPF_FlexViewer_C1FlexViewerPane_DoZoomOut">DoZoomOut()</a>
        </td>
        <td class="markdown level1 summary"><p>Zooms out.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_Export" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.Export">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Export.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_FocusFirstElement_System_Boolean_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.FocusFirstElement(System.Boolean)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.FocusFirstElement.html#C1_WPF_FlexViewer_C1FlexViewerPane_FocusFirstElement_System_Boolean_">FocusFirstElement(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves focus to the first or the last element of the control in tab order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_GetSelectionAsText" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.GetSelectionAsText">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.GetSelectionAsText.html#C1_WPF_FlexViewer_C1FlexViewerPane_GetSelectionAsText">GetSelectionAsText()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the currently selected text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_NavigateBackward" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateBackward">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateBackward.html#C1_WPF_FlexViewer_C1FlexViewerPane_NavigateBackward">NavigateBackward()</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates to the previous position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_NavigateForward" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateForward">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateForward.html#C1_WPF_FlexViewer_C1FlexViewerPane_NavigateForward">NavigateForward()</a>
        </td>
        <td class="markdown level1 summary"><p>Navigates to the next position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_NavigateToOutlineNode_C1_Document_OutlineNode_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateToOutlineNode(C1.Document.OutlineNode)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.NavigateToOutlineNode.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_OnCloseAction_System_EventArgs_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnCloseAction(System.EventArgs)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnCloseAction.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnCloseAction_System_EventArgs_">OnCloseAction(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the CloseAction event on the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OnContextMenuOpening_System_Windows_Controls_ContextMenuEventArgs_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnContextMenuOpening(System.Windows.Controls.ContextMenuEventArgs)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnContextMenuOpening.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnContextMenuOpening_System_Windows_Controls_ContextMenuEventArgs_">OnContextMenuOpening(ContextMenuEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the ContextMenuPopup and ContextMenuOpening events.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OnContextMenuPopup_System_Boolean_System_Int32_System_Int32_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnContextMenuPopup(System.Boolean,System.Int32,System.Int32)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnContextMenuPopup.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_OnDoWork" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnDoWork">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnDoWork.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_OnHyperlinkClicked_C1_WPF_FlexViewer_HyperlinkClickedEventArgs_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnHyperlinkClicked(C1.WPF.FlexViewer.HyperlinkClickedEventArgs)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnHyperlinkClicked.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnHyperlinkClicked_C1_WPF_FlexViewer_HyperlinkClickedEventArgs_">OnHyperlinkClicked(HyperlinkClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the HyperlinkClicked event on the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OnHyperlinkHovered_C1_WPF_FlexViewer_HyperlinkHoveredEventArgs_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnHyperlinkHovered(C1.WPF.FlexViewer.HyperlinkHoveredEventArgs)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnHyperlinkHovered.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnHyperlinkHovered_C1_WPF_FlexViewer_HyperlinkHoveredEventArgs_">OnHyperlinkHovered(HyperlinkHoveredEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the HyperlinkHovered event on the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OnLongOperation_C1_Document_LongOperationEventArgs_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnLongOperation(C1.Document.LongOperationEventArgs)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnLongOperation.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnLongOperation_C1_Document_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_WPF_FlexViewer_C1FlexViewerPane_OnOpenAction_System_EventArgs_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnOpenAction(System.EventArgs)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnOpenAction.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnOpenAction_System_EventArgs_">OnOpenAction(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OpenAction event on the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OnOperationError_C1_WPF_FlexViewer_OperationErrorEventArgs_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnOperationError(C1.WPF.FlexViewer.OperationErrorEventArgs)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnOperationError.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnOperationError_C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_OnOutlineClicked_C1_WPF_FlexViewer_OutlineClickedEventArgs_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnOutlineClicked(C1.WPF.FlexViewer.OutlineClickedEventArgs)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnOutlineClicked.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnOutlineClicked_C1_WPF_FlexViewer_OutlineClickedEventArgs_">OnOutlineClicked(OutlineClickedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OutlineClicked event on the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OnPropertyChanged_System_String_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnPropertyChanged.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_OnRunWorkerCompleted" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnRunWorkerCompleted">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnRunWorkerCompleted.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_OnSearchAction_C1_WPF_FlexViewer_SearchActionEventArgs_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OnSearchAction(C1.WPF.FlexViewer.SearchActionEventArgs)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OnSearchAction.html#C1_WPF_FlexViewer_C1FlexViewerPane_OnSearchAction_C1_WPF_FlexViewer_SearchActionEventArgs_">OnSearchAction(SearchActionEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SearchAction event on the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_Print" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.Print">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.Print.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_ResetSearch" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ResetSearch">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ResetSearch.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_SearchNext" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SearchNext">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SearchNext.html#C1_WPF_FlexViewer_C1FlexViewerPane_SearchNext">SearchNext()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the next occurrence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SearchPrevious" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SearchPrevious">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SearchPrevious.html#C1_WPF_FlexViewer_C1FlexViewerPane_SearchPrevious">SearchPrevious()</a>
        </td>
        <td class="markdown level1 summary"><p>Searches for the previous occurrence.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SearchText_System_String_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SearchText(System.String,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SearchText.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_SelectAll" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SelectAll">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SelectAll.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_SetPageIndex_System_Int32_System_Boolean_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SetPageIndex(System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SetPageIndex.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_SetPageSetIndex_System_Int32_System_Boolean_" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SetPageSetIndex(System.Int32,System.Boolean)">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SetPageSetIndex.html#C1_WPF_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_WPF_FlexViewer_C1FlexViewerPane_UpdateAllCommands" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.UpdateAllCommands">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.UpdateAllCommands.html#C1_WPF_FlexViewer_C1FlexViewerPane_UpdateAllCommands">UpdateAllCommands()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the state of the viewer commands.</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_WPF_FlexViewer_C1FlexViewerPane_CloseAction" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.CloseAction">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.CloseAction.html">CloseAction</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses the Ctrl-F4 keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_ContextMenuPopup" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.ContextMenuPopup">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.ContextMenuPopup.html">ContextMenuPopup</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user right-clicked <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a> to display the context menu.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_HyperlinkClicked" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HyperlinkClicked">
          <a class="xref" href="C1.WPF.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_WPF_FlexViewer_C1FlexViewerPane_HyperlinkHovered" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.HyperlinkHovered">
          <a class="xref" href="C1.WPF.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_WPF_FlexViewer_C1FlexViewerPane_LongOperation" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.LongOperation">
          <a class="xref" href="C1.WPF.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_WPF_FlexViewer_C1FlexViewerPane_OpenAction" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OpenAction">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.OpenAction.html">OpenAction</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses the Ctrl-O keys.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_OperationError" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OperationError">
          <a class="xref" href="C1.WPF.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_WPF_FlexViewer_C1FlexViewerPane_OutlineClicked" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.OutlineClicked">
          <a class="xref" href="C1.WPF.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_WPF_FlexViewer_C1FlexViewerPane_PropertyChanged" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.PropertyChanged">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property of the <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a> that is not inherited from the base class changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_FlexViewer_C1FlexViewerPane_SearchAction" data-uid="C1.WPF.FlexViewer.C1FlexViewerPane.SearchAction">
          <a class="xref" href="C1.WPF.FlexViewer.C1FlexViewerPane.SearchAction.html">SearchAction</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses Ctrl-F, F3 or Shift-F3 keys.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
