# C1.WPF.Viewer.FlexViewer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Viewer_FlexViewer" data-uid="C1.WPF.Viewer.FlexViewer" class="text-break">FlexViewer Class
</h1>
  <div class="markdown level0 summary"><p>Represents a control showing the associated document with additional tools.</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.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><span class="xref">FlexViewer</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Viewer.html">C1.WPF.Viewer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Viewer.dll</h6>
  <h5 id="C1_WPF_Viewer_FlexViewer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;layoutRoot&quot;, Type = typeof(Grid))]
[TemplatePart(Name = &quot;mainToolbar&quot;, Type = typeof(MainToolbar))]
[TemplatePart(Name = &quot;toolFrame&quot;, Type = typeof(Frame))]
[TemplatePart(Name = &quot;splitter&quot;, Type = typeof(GridSplitter))]
[TemplatePart(Name = &quot;toolColumn&quot;, Type = typeof(ColumnDefinition))]
[TemplatePart(Name = &quot;splitterColumn&quot;, Type = typeof(ColumnDefinition))]
[TemplatePart(Name = &quot;searchToolbar&quot;, Type = typeof(SearchToolbar))]
[TemplatePart(Name = &quot;fvp&quot;, Type = typeof(FlexViewerPane))]
[TemplatePart(Name = &quot;statusBar&quot;, Type = typeof(NotificationBar))]
[TemplatePart(Name = &quot;contextMenu&quot;, Type = typeof(ContextMenu))]
[TemplatePart(Name = &quot;copyMenuItem&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;selectToolMenuItem&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;selectAllMenuItem&quot;, Type = typeof(MenuItem))]
[TemplatePart(Name = &quot;deselectMenuItem&quot;, Type = typeof(MenuItem))]
public class FlexViewer : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;layoutRoot&quot;, Type:=GetType(Grid))&gt;
&lt;TemplatePart(Name:=&quot;mainToolbar&quot;, Type:=GetType(MainToolbar))&gt;
&lt;TemplatePart(Name:=&quot;toolFrame&quot;, Type:=GetType(Frame))&gt;
&lt;TemplatePart(Name:=&quot;splitter&quot;, Type:=GetType(GridSplitter))&gt;
&lt;TemplatePart(Name:=&quot;toolColumn&quot;, Type:=GetType(ColumnDefinition))&gt;
&lt;TemplatePart(Name:=&quot;splitterColumn&quot;, Type:=GetType(ColumnDefinition))&gt;
&lt;TemplatePart(Name:=&quot;searchToolbar&quot;, Type:=GetType(SearchToolbar))&gt;
&lt;TemplatePart(Name:=&quot;fvp&quot;, Type:=GetType(FlexViewerPane))&gt;
&lt;TemplatePart(Name:=&quot;statusBar&quot;, Type:=GetType(NotificationBar))&gt;
&lt;TemplatePart(Name:=&quot;contextMenu&quot;, Type:=GetType(ContextMenu))&gt;
&lt;TemplatePart(Name:=&quot;copyMenuItem&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;selectToolMenuItem&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;selectAllMenuItem&quot;, Type:=GetType(MenuItem))&gt;
&lt;TemplatePart(Name:=&quot;deselectMenuItem&quot;, Type:=GetType(MenuItem))&gt;
Public Class FlexViewer
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_Viewer_FlexViewer__ctor" data-uid="C1.WPF.Viewer.FlexViewer.#ctor">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.-ctor.html#C1_WPF_Viewer_FlexViewer__ctor">FlexViewer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.WPF.Viewer.FlexViewer.html">FlexViewer</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_Viewer_FlexViewer_ActiveFindMatchHighlightBrushProperty" data-uid="C1.WPF.Viewer.FlexViewer.ActiveFindMatchHighlightBrushProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ActiveFindMatchHighlightBrushProperty.html">ActiveFindMatchHighlightBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ActiveFindMatchHighlightBrush.html#C1_WPF_Viewer_FlexViewer_ActiveFindMatchHighlightBrush">ActiveFindMatchHighlightBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_AllowThumbViewProperty" data-uid="C1.WPF.Viewer.FlexViewer.AllowThumbViewProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.AllowThumbViewProperty.html">AllowThumbViewProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.AllowThumbView.html#C1_WPF_Viewer_FlexViewer_AllowThumbView">AllowThumbView</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_BackwardForwardVisibleProperty" data-uid="C1.WPF.Viewer.FlexViewer.BackwardForwardVisibleProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.BackwardForwardVisibleProperty.html">BackwardForwardVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.BackwardForwardVisible.html#C1_WPF_Viewer_FlexViewer_BackwardForwardVisible">BackwardForwardVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CloseActionEnabledProperty" data-uid="C1.WPF.Viewer.FlexViewer.CloseActionEnabledProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseActionEnabledProperty.html">CloseActionEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseActionEnabled.html#C1_WPF_Viewer_FlexViewer_CloseActionEnabled">CloseActionEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CloseButtonToolTipProperty" data-uid="C1.WPF.Viewer.FlexViewer.CloseButtonToolTipProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseButtonToolTipProperty.html">CloseButtonToolTipProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseButtonToolTip.html#C1_WPF_Viewer_FlexViewer_CloseButtonToolTip">CloseButtonToolTip</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CloseButtonVisibleProperty" data-uid="C1.WPF.Viewer.FlexViewer.CloseButtonVisibleProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseButtonVisibleProperty.html">CloseButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseButtonVisible.html#C1_WPF_Viewer_FlexViewer_CloseButtonVisible">CloseButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ContinuousProperty" data-uid="C1.WPF.Viewer.FlexViewer.ContinuousProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ContinuousProperty.html">ContinuousProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.Continuous.html#C1_WPF_Viewer_FlexViewer_Continuous">Continuous</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CurrentPageVisibleOnSearchToolbarProperty" data-uid="C1.WPF.Viewer.FlexViewer.CurrentPageVisibleOnSearchToolbarProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CurrentPageVisibleOnSearchToolbarProperty.html">CurrentPageVisibleOnSearchToolbarProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.CurrentPageVisibleOnSearchToolbar.html#C1_WPF_Viewer_FlexViewer_CurrentPageVisibleOnSearchToolbar">CurrentPageVisibleOnSearchToolbar</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_DocumentListVisibleProperty" data-uid="C1.WPF.Viewer.FlexViewer.DocumentListVisibleProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentListVisibleProperty.html">DocumentListVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentListVisible.html#C1_WPF_Viewer_FlexViewer_DocumentListVisible">DocumentListVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_DocumentListWidthProperty" data-uid="C1.WPF.Viewer.FlexViewer.DocumentListWidthProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentListWidthProperty.html">DocumentListWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentListWidth.html#C1_WPF_Viewer_FlexViewer_DocumentListWidth">DocumentListWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_DocumentSourceProperty" data-uid="C1.WPF.Viewer.FlexViewer.DocumentSourceProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentSourceProperty.html">DocumentSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentSource.html#C1_WPF_Viewer_FlexViewer_DocumentSource">DocumentSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_FacingPagesProperty" data-uid="C1.WPF.Viewer.FlexViewer.FacingPagesProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.FacingPagesProperty.html">FacingPagesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.FacingPages.html#C1_WPF_Viewer_FlexViewer_FacingPages">FacingPages</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_FindMatchHighlightBrushProperty" data-uid="C1.WPF.Viewer.FlexViewer.FindMatchHighlightBrushProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.FindMatchHighlightBrushProperty.html">FindMatchHighlightBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.FindMatchHighlightBrush.html#C1_WPF_Viewer_FlexViewer_FindMatchHighlightBrush">FindMatchHighlightBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_InputFieldWidthProperty" data-uid="C1.WPF.Viewer.FlexViewer.InputFieldWidthProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.InputFieldWidthProperty.html">InputFieldWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.InputFieldWidth.html#C1_WPF_Viewer_FlexViewer_InputFieldWidth">InputFieldWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_LimitSearchToCurrentPageProperty" data-uid="C1.WPF.Viewer.FlexViewer.LimitSearchToCurrentPageProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.LimitSearchToCurrentPageProperty.html">LimitSearchToCurrentPageProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.LimitSearchToCurrentPage.html#C1_WPF_Viewer_FlexViewer_LimitSearchToCurrentPage">LimitSearchToCurrentPage</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_LinkOverpanProperty" data-uid="C1.WPF.Viewer.FlexViewer.LinkOverpanProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.LinkOverpanProperty.html">LinkOverpanProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.LinkOverpan.html#C1_WPF_Viewer_FlexViewer_LinkOverpan">LinkOverpan</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_LoadingPageForegroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.LoadingPageForegroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.LoadingPageForegroundProperty.html">LoadingPageForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.LoadingPageForeground.html#C1_WPF_Viewer_FlexViewer_LoadingPageForeground">LoadingPageForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_LoadingPageSizeProperty" data-uid="C1.WPF.Viewer.FlexViewer.LoadingPageSizeProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.LoadingPageSizeProperty.html">LoadingPageSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.LoadingPageSize.html#C1_WPF_Viewer_FlexViewer_LoadingPageSize">LoadingPageSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MatchCaseProperty" data-uid="C1.WPF.Viewer.FlexViewer.MatchCaseProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MatchCaseProperty.html">MatchCaseProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.MatchCase.html#C1_WPF_Viewer_FlexViewer_MatchCase">MatchCase</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MatchWholeWordsProperty" data-uid="C1.WPF.Viewer.FlexViewer.MatchWholeWordsProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MatchWholeWordsProperty.html">MatchWholeWordsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.MatchWholeWords.html#C1_WPF_Viewer_FlexViewer_MatchWholeWords">MatchWholeWords</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MaxZoomFactorProperty" data-uid="C1.WPF.Viewer.FlexViewer.MaxZoomFactorProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MaxZoomFactorProperty.html">MaxZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.MaxZoomFactor.html#C1_WPF_Viewer_FlexViewer_MaxZoomFactor">MaxZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MinToolFrameWidthProperty" data-uid="C1.WPF.Viewer.FlexViewer.MinToolFrameWidthProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MinToolFrameWidthProperty.html">MinToolFrameWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.MinToolFrameWidth.html#C1_WPF_Viewer_FlexViewer_MinToolFrameWidth">MinToolFrameWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MinViewerPaneWidthProperty" data-uid="C1.WPF.Viewer.FlexViewer.MinViewerPaneWidthProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MinViewerPaneWidthProperty.html">MinViewerPaneWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.MinViewerPaneWidth.html#C1_WPF_Viewer_FlexViewer_MinViewerPaneWidth">MinViewerPaneWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MinZoomFactorProperty" data-uid="C1.WPF.Viewer.FlexViewer.MinZoomFactorProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MinZoomFactorProperty.html">MinZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.MinZoomFactor.html#C1_WPF_Viewer_FlexViewer_MinZoomFactor">MinZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MultiValueFieldHeightProperty" data-uid="C1.WPF.Viewer.FlexViewer.MultiValueFieldHeightProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MultiValueFieldHeightProperty.html">MultiValueFieldHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.MultiValueFieldHeight.html#C1_WPF_Viewer_FlexViewer_MultiValueFieldHeight">MultiValueFieldHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_NonPaginatedContentAlignmentProperty" data-uid="C1.WPF.Viewer.FlexViewer.NonPaginatedContentAlignmentProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.NonPaginatedContentAlignmentProperty.html">NonPaginatedContentAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.NonPaginatedContentAlignment.html#C1_WPF_Viewer_FlexViewer_NonPaginatedContentAlignment">NonPaginatedContentAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_OpenActionEnabledProperty" data-uid="C1.WPF.Viewer.FlexViewer.OpenActionEnabledProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenActionEnabledProperty.html">OpenActionEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenActionEnabled.html#C1_WPF_Viewer_FlexViewer_OpenActionEnabled">OpenActionEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_OpenButtonToolTipProperty" data-uid="C1.WPF.Viewer.FlexViewer.OpenButtonToolTipProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenButtonToolTipProperty.html">OpenButtonToolTipProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenButtonToolTip.html#C1_WPF_Viewer_FlexViewer_OpenButtonToolTip">OpenButtonToolTip</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_OpenButtonVisibleProperty" data-uid="C1.WPF.Viewer.FlexViewer.OpenButtonVisibleProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenButtonVisibleProperty.html">OpenButtonVisibleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenButtonVisible.html#C1_WPF_Viewer_FlexViewer_OpenButtonVisible">OpenButtonVisible</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_OpenExportedFileProperty" data-uid="C1.WPF.Viewer.FlexViewer.OpenExportedFileProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenExportedFileProperty.html">OpenExportedFileProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenExportedFile.html#C1_WPF_Viewer_FlexViewer_OpenExportedFile">OpenExportedFile</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PageAreaBackgroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.PageAreaBackgroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageAreaBackgroundProperty.html">PageAreaBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageAreaBackground.html#C1_WPF_Viewer_FlexViewer_PageAreaBackground">PageAreaBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PageAreaPaddingProperty" data-uid="C1.WPF.Viewer.FlexViewer.PageAreaPaddingProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageAreaPaddingProperty.html">PageAreaPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageAreaPadding.html#C1_WPF_Viewer_FlexViewer_PageAreaPadding">PageAreaPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PageBackgroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.PageBackgroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageBackgroundProperty.html">PageBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageBackground.html#C1_WPF_Viewer_FlexViewer_PageBackground">PageBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PageColumnsProperty" data-uid="C1.WPF.Viewer.FlexViewer.PageColumnsProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageColumnsProperty.html">PageColumnsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageColumns.html#C1_WPF_Viewer_FlexViewer_PageColumns">PageColumns</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PageOverpanProperty" data-uid="C1.WPF.Viewer.FlexViewer.PageOverpanProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageOverpanProperty.html">PageOverpanProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageOverpan.html#C1_WPF_Viewer_FlexViewer_PageOverpan">PageOverpan</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PageRefreshRateProperty" data-uid="C1.WPF.Viewer.FlexViewer.PageRefreshRateProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageRefreshRateProperty.html">PageRefreshRateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageRefreshRate.html#C1_WPF_Viewer_FlexViewer_PageRefreshRate">PageRefreshRate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PageRowsProperty" data-uid="C1.WPF.Viewer.FlexViewer.PageRowsProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageRowsProperty.html">PageRowsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageRows.html#C1_WPF_Viewer_FlexViewer_PageRows">PageRows</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PageSpacingProperty" data-uid="C1.WPF.Viewer.FlexViewer.PageSpacingProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageSpacingProperty.html">PageSpacingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageSpacing.html#C1_WPF_Viewer_FlexViewer_PageSpacing">PageSpacing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PaginatedProperty" data-uid="C1.WPF.Viewer.FlexViewer.PaginatedProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PaginatedProperty.html">PaginatedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.Paginated.html#C1_WPF_Viewer_FlexViewer_Paginated">Paginated</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_RotateViewProperty" data-uid="C1.WPF.Viewer.FlexViewer.RotateViewProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.RotateViewProperty.html">RotateViewProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.RotateView.html#C1_WPF_Viewer_FlexViewer_RotateView">RotateView</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ScrollBarsProperty" data-uid="C1.WPF.Viewer.FlexViewer.ScrollBarsProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ScrollBarsProperty.html">ScrollBarsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ScrollBars.html#C1_WPF_Viewer_FlexViewer_ScrollBars">ScrollBars</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ScrollModeProperty" data-uid="C1.WPF.Viewer.FlexViewer.ScrollModeProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ScrollModeProperty.html">ScrollModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ScrollMode.html#C1_WPF_Viewer_FlexViewer_ScrollMode">ScrollMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_SearchToolbarPositionProperty" data-uid="C1.WPF.Viewer.FlexViewer.SearchToolbarPositionProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SearchToolbarPositionProperty.html">SearchToolbarPositionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.SearchToolbarPosition.html#C1_WPF_Viewer_FlexViewer_SearchToolbarPosition">SearchToolbarPosition</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_SelectMouseModeProperty" data-uid="C1.WPF.Viewer.FlexViewer.SelectMouseModeProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SelectMouseModeProperty.html">SelectMouseModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.SelectMouseMode.html#C1_WPF_Viewer_FlexViewer_SelectMouseMode">SelectMouseMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_SelectionHighlightBrushProperty" data-uid="C1.WPF.Viewer.FlexViewer.SelectionHighlightBrushProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SelectionHighlightBrushProperty.html">SelectionHighlightBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.SelectionHighlightBrush.html#C1_WPF_Viewer_FlexViewer_SelectionHighlightBrush">SelectionHighlightBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_SplitterWidthProperty" data-uid="C1.WPF.Viewer.FlexViewer.SplitterWidthProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SplitterWidthProperty.html">SplitterWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.SplitterWidth.html#C1_WPF_Viewer_FlexViewer_SplitterWidth">SplitterWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbAreaBackgroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbAreaBackgroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbAreaBackgroundProperty.html">ThumbAreaBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbAreaBackground.html#C1_WPF_Viewer_FlexViewer_ThumbAreaBackground">ThumbAreaBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbAreaPaddingProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbAreaPaddingProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbAreaPaddingProperty.html">ThumbAreaPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbAreaPadding.html#C1_WPF_Viewer_FlexViewer_ThumbAreaPadding">ThumbAreaPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbHotBackgroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbHotBackgroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbHotBackgroundProperty.html">ThumbHotBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbHotBackground.html#C1_WPF_Viewer_FlexViewer_ThumbHotBackground">ThumbHotBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbPaddingProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPaddingProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPaddingProperty.html">ThumbPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPadding.html#C1_WPF_Viewer_FlexViewer_ThumbPadding">ThumbPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbPageBackgroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageBackgroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageBackgroundProperty.html">ThumbPageBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageBackground.html#C1_WPF_Viewer_FlexViewer_ThumbPageBackground">ThumbPageBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbPageNumBackgroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumBackgroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumBackgroundProperty.html">ThumbPageNumBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumBackground.html#C1_WPF_Viewer_FlexViewer_ThumbPageNumBackground">ThumbPageNumBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbPageNumFontSizeProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumFontSizeProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumFontSizeProperty.html">ThumbPageNumFontSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumFontSize.html#C1_WPF_Viewer_FlexViewer_ThumbPageNumFontSize">ThumbPageNumFontSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbPageNumForegroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumForegroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumForegroundProperty.html">ThumbPageNumForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumForeground.html#C1_WPF_Viewer_FlexViewer_ThumbPageNumForeground">ThumbPageNumForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbPageNumSizeProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumSizeProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumSizeProperty.html">ThumbPageNumSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumSize.html#C1_WPF_Viewer_FlexViewer_ThumbPageNumSize">ThumbPageNumSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbPageNumSpacingProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumSpacingProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumSpacingProperty.html">ThumbPageNumSpacingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumSpacing.html#C1_WPF_Viewer_FlexViewer_ThumbPageNumSpacing">ThumbPageNumSpacing</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbPagePreviewSizeProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPagePreviewSizeProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPagePreviewSizeProperty.html">ThumbPagePreviewSizeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPagePreviewSize.html#C1_WPF_Viewer_FlexViewer_ThumbPagePreviewSize">ThumbPagePreviewSize</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbPressedBackgroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPressedBackgroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPressedBackgroundProperty.html">ThumbPressedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPressedBackground.html#C1_WPF_Viewer_FlexViewer_ThumbPressedBackground">ThumbPressedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbScrollDirectionProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbScrollDirectionProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbScrollDirectionProperty.html">ThumbScrollDirectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbScrollDirection.html#C1_WPF_Viewer_FlexViewer_ThumbScrollDirection">ThumbScrollDirection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbSelectedBackgroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbSelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbSelectedBackgroundProperty.html">ThumbSelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbSelectedBackground.html#C1_WPF_Viewer_FlexViewer_ThumbSelectedBackground">ThumbSelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ThumbViewModeProperty" data-uid="C1.WPF.Viewer.FlexViewer.ThumbViewModeProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbViewModeProperty.html">ThumbViewModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbViewMode.html#C1_WPF_Viewer_FlexViewer_ThumbViewMode">ThumbViewMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ToolFrameContentProperty" data-uid="C1.WPF.Viewer.FlexViewer.ToolFrameContentProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ToolFrameContentProperty.html">ToolFrameContentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ToolFrameContent.html#C1_WPF_Viewer_FlexViewer_ToolFrameContent">ToolFrameContent</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ToolFrameWidthProperty" data-uid="C1.WPF.Viewer.FlexViewer.ToolFrameWidthProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ToolFrameWidthProperty.html">ToolFrameWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ToolFrameWidth.html#C1_WPF_Viewer_FlexViewer_ToolFrameWidth">ToolFrameWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_TouchGripBackgroundProperty" data-uid="C1.WPF.Viewer.FlexViewer.TouchGripBackgroundProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.TouchGripBackgroundProperty.html">TouchGripBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.TouchGripBackground.html#C1_WPF_Viewer_FlexViewer_TouchGripBackground">TouchGripBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_TouchGripBorderBrushProperty" data-uid="C1.WPF.Viewer.FlexViewer.TouchGripBorderBrushProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.TouchGripBorderBrushProperty.html">TouchGripBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.TouchGripBorderBrush.html#C1_WPF_Viewer_FlexViewer_TouchGripBorderBrush">TouchGripBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_UseAsyncRenderingProperty" data-uid="C1.WPF.Viewer.FlexViewer.UseAsyncRenderingProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.UseAsyncRenderingProperty.html">UseAsyncRenderingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.UseAsyncRendering.html#C1_WPF_Viewer_FlexViewer_UseAsyncRendering">UseAsyncRendering</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_UseIncrementalSearchProperty" data-uid="C1.WPF.Viewer.FlexViewer.UseIncrementalSearchProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.UseIncrementalSearchProperty.html">UseIncrementalSearchProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.UseIncrementalSearch.html#C1_WPF_Viewer_FlexViewer_UseIncrementalSearch">UseIncrementalSearch</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_WideLayoutProperty" data-uid="C1.WPF.Viewer.FlexViewer.WideLayoutProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.WideLayoutProperty.html">WideLayoutProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.WideLayout.html#C1_WPF_Viewer_FlexViewer_WideLayout">WideLayout</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ZoomFactorProperty" data-uid="C1.WPF.Viewer.FlexViewer.ZoomFactorProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ZoomFactorProperty.html">ZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ZoomFactor.html#C1_WPF_Viewer_FlexViewer_ZoomFactor">ZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ZoomModeProperty" data-uid="C1.WPF.Viewer.FlexViewer.ZoomModeProperty">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ZoomModeProperty.html">ZoomModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Viewer.FlexViewer.ZoomMode.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ActiveFindMatchHighlightBrush" data-uid="C1.WPF.Viewer.FlexViewer.ActiveFindMatchHighlightBrush">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ActiveFindMatchHighlightBrush.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ActualSizeCommand" data-uid="C1.WPF.Viewer.FlexViewer.ActualSizeCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ActualSizeCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_AllowThumbView" data-uid="C1.WPF.Viewer.FlexViewer.AllowThumbView">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.AllowThumbView.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_BackwardForwardVisible" data-uid="C1.WPF.Viewer.FlexViewer.BackwardForwardVisible">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.BackwardForwardVisible.html#C1_WPF_Viewer_FlexViewer_BackwardForwardVisible">BackwardForwardVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Backward and Forward navigation buttons are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CanShowOutlines" data-uid="C1.WPF.Viewer.FlexViewer.CanShowOutlines">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CanShowOutlines.html#C1_WPF_Viewer_FlexViewer_CanShowOutlines">CanShowOutlines</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Outlines panel can be shown (if the document has outlines).</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CanShowPageSettings" data-uid="C1.WPF.Viewer.FlexViewer.CanShowPageSettings">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CanShowPageSettings.html#C1_WPF_Viewer_FlexViewer_CanShowPageSettings">CanShowPageSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Page Settings panel can be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CanShowParameters" data-uid="C1.WPF.Viewer.FlexViewer.CanShowParameters">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CanShowParameters.html#C1_WPF_Viewer_FlexViewer_CanShowParameters">CanShowParameters</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Parameters panel can be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CanShowSearchToolbar" data-uid="C1.WPF.Viewer.FlexViewer.CanShowSearchToolbar">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CanShowSearchToolbar.html#C1_WPF_Viewer_FlexViewer_CanShowSearchToolbar">CanShowSearchToolbar</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Search toolbar can be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CloseActionEnabled" data-uid="C1.WPF.Viewer.FlexViewer.CloseActionEnabled">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseActionEnabled.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_CloseButtonToolTip" data-uid="C1.WPF.Viewer.FlexViewer.CloseButtonToolTip">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseButtonToolTip.html#C1_WPF_Viewer_FlexViewer_CloseButtonToolTip">CloseButtonToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the tooltip for the Close button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CloseButtonVisible" data-uid="C1.WPF.Viewer.FlexViewer.CloseButtonVisible">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseButtonVisible.html#C1_WPF_Viewer_FlexViewer_CloseButtonVisible">CloseButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Close button is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_CloseCommand" data-uid="C1.WPF.Viewer.FlexViewer.CloseCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_Continuous" data-uid="C1.WPF.Viewer.FlexViewer.Continuous">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.Continuous.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_CopyTextCommand" data-uid="C1.WPF.Viewer.FlexViewer.CopyTextCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CopyTextCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_CurrentPageVisibleOnSearchToolbar" data-uid="C1.WPF.Viewer.FlexViewer.CurrentPageVisibleOnSearchToolbar">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CurrentPageVisibleOnSearchToolbar.html#C1_WPF_Viewer_FlexViewer_CurrentPageVisibleOnSearchToolbar">CurrentPageVisibleOnSearchToolbar</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if the &quot;Current Page&quot; button is visible on the Search toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_DeselectAllCommand" data-uid="C1.WPF.Viewer.FlexViewer.DeselectAllCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.DeselectAllCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_DocumentListCombo" data-uid="C1.WPF.Viewer.FlexViewer.DocumentListCombo">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentListCombo.html#C1_WPF_Viewer_FlexViewer_DocumentListCombo">DocumentListCombo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a customizable instance of C1ComboBox which can be used, for example, for displaying the list of reports.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_DocumentListVisible" data-uid="C1.WPF.Viewer.FlexViewer.DocumentListVisible">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentListVisible.html#C1_WPF_Viewer_FlexViewer_DocumentListVisible">DocumentListVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Document List combobox is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_DocumentListWidth" data-uid="C1.WPF.Viewer.FlexViewer.DocumentListWidth">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentListWidth.html#C1_WPF_Viewer_FlexViewer_DocumentListWidth">DocumentListWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of the Document List combobox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_DocumentSource" data-uid="C1.WPF.Viewer.FlexViewer.DocumentSource">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.DocumentSource.html#C1_WPF_Viewer_FlexViewer_DocumentSource">DocumentSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the document source which is used to generate a report.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ExportCommand" data-uid="C1.WPF.Viewer.FlexViewer.ExportCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ExportCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_FacingPages" data-uid="C1.WPF.Viewer.FlexViewer.FacingPages">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.FacingPages.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_FacingPagesCommand" data-uid="C1.WPF.Viewer.FlexViewer.FacingPagesCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.FacingPagesCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_FindMatchHighlightBrush" data-uid="C1.WPF.Viewer.FlexViewer.FindMatchHighlightBrush">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.FindMatchHighlightBrush.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_FirstPageCommand" data-uid="C1.WPF.Viewer.FlexViewer.FirstPageCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.FirstPageCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_FourPagesViewCommand" data-uid="C1.WPF.Viewer.FlexViewer.FourPagesViewCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.FourPagesViewCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_InputFieldWidth" data-uid="C1.WPF.Viewer.FlexViewer.InputFieldWidth">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.InputFieldWidth.html#C1_WPF_Viewer_FlexViewer_InputFieldWidth">InputFieldWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of numeric/string/enumeration input fields on the Parameters and Page Settings panels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_LastPageCommand" data-uid="C1.WPF.Viewer.FlexViewer.LastPageCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.LastPageCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_LimitSearchToCurrentPage" data-uid="C1.WPF.Viewer.FlexViewer.LimitSearchToCurrentPage">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.LimitSearchToCurrentPage.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_LinkOverpan" data-uid="C1.WPF.Viewer.FlexViewer.LinkOverpan">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.LinkOverpan.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_LoadingPageForeground" data-uid="C1.WPF.Viewer.FlexViewer.LoadingPageForeground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.LoadingPageForeground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_LoadingPageSize" data-uid="C1.WPF.Viewer.FlexViewer.LoadingPageSize">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.LoadingPageSize.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_MatchCase" data-uid="C1.WPF.Viewer.FlexViewer.MatchCase">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MatchCase.html#C1_WPF_Viewer_FlexViewer_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>Indicating if search should match case.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MatchWholeWords" data-uid="C1.WPF.Viewer.FlexViewer.MatchWholeWords">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MatchWholeWords.html#C1_WPF_Viewer_FlexViewer_MatchWholeWords">MatchWholeWords</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if search should match the whole words.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MaxZoomFactor" data-uid="C1.WPF.Viewer.FlexViewer.MaxZoomFactor">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MaxZoomFactor.html#C1_WPF_Viewer_FlexViewer_MaxZoomFactor">MaxZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>The maximum allowed zoom factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MinToolFrameWidth" data-uid="C1.WPF.Viewer.FlexViewer.MinToolFrameWidth">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MinToolFrameWidth.html#C1_WPF_Viewer_FlexViewer_MinToolFrameWidth">MinToolFrameWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The minimal width of the tool frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MinViewerPaneWidth" data-uid="C1.WPF.Viewer.FlexViewer.MinViewerPaneWidth">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MinViewerPaneWidth.html#C1_WPF_Viewer_FlexViewer_MinViewerPaneWidth">MinViewerPaneWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The minimal width of the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MinZoomFactor" data-uid="C1.WPF.Viewer.FlexViewer.MinZoomFactor">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MinZoomFactor.html#C1_WPF_Viewer_FlexViewer_MinZoomFactor">MinZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>The minimum allowed zoom factor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_MultiValueFieldHeight" data-uid="C1.WPF.Viewer.FlexViewer.MultiValueFieldHeight">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.MultiValueFieldHeight.html#C1_WPF_Viewer_FlexViewer_MultiValueFieldHeight">MultiValueFieldHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the height of the multi-value input fields on the Parameters panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_NavigateBackwardCommand" data-uid="C1.WPF.Viewer.FlexViewer.NavigateBackwardCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.NavigateBackwardCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_NavigateForwardCommand" data-uid="C1.WPF.Viewer.FlexViewer.NavigateForwardCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.NavigateForwardCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_NextPageCommand" data-uid="C1.WPF.Viewer.FlexViewer.NextPageCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.NextPageCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_NonPaginatedContentAlignment" data-uid="C1.WPF.Viewer.FlexViewer.NonPaginatedContentAlignment">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.NonPaginatedContentAlignment.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_OnePageViewCommand" data-uid="C1.WPF.Viewer.FlexViewer.OnePageViewCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OnePageViewCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_OpenActionEnabled" data-uid="C1.WPF.Viewer.FlexViewer.OpenActionEnabled">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenActionEnabled.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_OpenButtonToolTip" data-uid="C1.WPF.Viewer.FlexViewer.OpenButtonToolTip">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenButtonToolTip.html#C1_WPF_Viewer_FlexViewer_OpenButtonToolTip">OpenButtonToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the tooltip for the Open button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_OpenButtonVisible" data-uid="C1.WPF.Viewer.FlexViewer.OpenButtonVisible">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenButtonVisible.html#C1_WPF_Viewer_FlexViewer_OpenButtonVisible">OpenButtonVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the Open button is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_OpenCommand" data-uid="C1.WPF.Viewer.FlexViewer.OpenCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_OpenExportedFile" data-uid="C1.WPF.Viewer.FlexViewer.OpenExportedFile">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenExportedFile.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_PageAreaBackground" data-uid="C1.WPF.Viewer.FlexViewer.PageAreaBackground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageAreaBackground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_PageAreaPadding" data-uid="C1.WPF.Viewer.FlexViewer.PageAreaPadding">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageAreaPadding.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_PageBackground" data-uid="C1.WPF.Viewer.FlexViewer.PageBackground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageBackground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_PageColumns" data-uid="C1.WPF.Viewer.FlexViewer.PageColumns">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageColumns.html#C1_WPF_Viewer_FlexViewer_PageColumns">PageColumns</a>
        </td>
        <td class="markdown level1 summary"><p>The number of page columns shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PageOverpan" data-uid="C1.WPF.Viewer.FlexViewer.PageOverpan">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageOverpan.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_PageRefreshRate" data-uid="C1.WPF.Viewer.FlexViewer.PageRefreshRate">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageRefreshRate.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_PageRows" data-uid="C1.WPF.Viewer.FlexViewer.PageRows">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageRows.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_PageSpacing" data-uid="C1.WPF.Viewer.FlexViewer.PageSpacing">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageSpacing.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_PageWidthCommand" data-uid="C1.WPF.Viewer.FlexViewer.PageWidthCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PageWidthCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_Paginated" data-uid="C1.WPF.Viewer.FlexViewer.Paginated">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.Paginated.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_Pane" data-uid="C1.WPF.Viewer.FlexViewer.Pane">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.Pane.html#C1_WPF_Viewer_FlexViewer_Pane">Pane</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hosted <a class="xref" href="C1.WPF.Viewer.FlexViewerPane.html">FlexViewerPane</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_PreviousPageCommand" data-uid="C1.WPF.Viewer.FlexViewer.PreviousPageCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PreviousPageCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_PrintCommand" data-uid="C1.WPF.Viewer.FlexViewer.PrintCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.PrintCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_RefreshCommand" data-uid="C1.WPF.Viewer.FlexViewer.RefreshCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.RefreshCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_RotateClockwiseCommand" data-uid="C1.WPF.Viewer.FlexViewer.RotateClockwiseCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.RotateClockwiseCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_RotateCounterClockwiseCommand" data-uid="C1.WPF.Viewer.FlexViewer.RotateCounterClockwiseCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.RotateCounterClockwiseCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_RotateView" data-uid="C1.WPF.Viewer.FlexViewer.RotateView">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.RotateView.html#C1_WPF_Viewer_FlexViewer_RotateView">RotateView</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the view rotation angle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ScrollBars" data-uid="C1.WPF.Viewer.FlexViewer.ScrollBars">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ScrollBars.html#C1_WPF_Viewer_FlexViewer_ScrollBars">ScrollBars</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies which scroll bars should appear in a <a class="xref" href="C1.WPF.Viewer.FlexViewerPane.html">FlexViewerPane</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ScrollMode" data-uid="C1.WPF.Viewer.FlexViewer.ScrollMode">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ScrollMode.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_SearchToolbarPosition" data-uid="C1.WPF.Viewer.FlexViewer.SearchToolbarPosition">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SearchToolbarPosition.html#C1_WPF_Viewer_FlexViewer_SearchToolbarPosition">SearchToolbarPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies position of the Search toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_SearchToolbarVisible" data-uid="C1.WPF.Viewer.FlexViewer.SearchToolbarVisible">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SearchToolbarVisible.html#C1_WPF_Viewer_FlexViewer_SearchToolbarVisible">SearchToolbarVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Search toolbar is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_SelectAllCommand" data-uid="C1.WPF.Viewer.FlexViewer.SelectAllCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SelectAllCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_SelectMouseMode" data-uid="C1.WPF.Viewer.FlexViewer.SelectMouseMode">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SelectMouseMode.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_SelectionHighlightBrush" data-uid="C1.WPF.Viewer.FlexViewer.SelectionHighlightBrush">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SelectionHighlightBrush.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_SplitterWidth" data-uid="C1.WPF.Viewer.FlexViewer.SplitterWidth">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.SplitterWidth.html#C1_WPF_Viewer_FlexViewer_SplitterWidth">SplitterWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of the splitter between the tool frame and the preview pane.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_StopOperationCommand" data-uid="C1.WPF.Viewer.FlexViewer.StopOperationCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.StopOperationCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbAreaBackground" data-uid="C1.WPF.Viewer.FlexViewer.ThumbAreaBackground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbAreaBackground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbAreaPadding" data-uid="C1.WPF.Viewer.FlexViewer.ThumbAreaPadding">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbAreaPadding.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbHotBackground" data-uid="C1.WPF.Viewer.FlexViewer.ThumbHotBackground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbHotBackground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbPadding" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPadding">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPadding.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbPageBackground" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageBackground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageBackground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbPageNumBackground" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumBackground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumBackground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbPageNumFontSize" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumFontSize">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumFontSize.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbPageNumForeground" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumForeground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumForeground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbPageNumSize" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumSize">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumSize.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbPageNumSpacing" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPageNumSpacing">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPageNumSpacing.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbPagePreviewSize" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPagePreviewSize">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPagePreviewSize.html#C1_WPF_Viewer_FlexViewer_ThumbPagePreviewSize">ThumbPagePreviewSize</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_Viewer_FlexViewer_ThumbPressedBackground" data-uid="C1.WPF.Viewer.FlexViewer.ThumbPressedBackground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbPressedBackground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbScrollDirection" data-uid="C1.WPF.Viewer.FlexViewer.ThumbScrollDirection">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbScrollDirection.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbSelectedBackground" data-uid="C1.WPF.Viewer.FlexViewer.ThumbSelectedBackground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbSelectedBackground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ThumbViewMode" data-uid="C1.WPF.Viewer.FlexViewer.ThumbViewMode">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ThumbViewMode.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ToolFrameContent" data-uid="C1.WPF.Viewer.FlexViewer.ToolFrameContent">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ToolFrameContent.html#C1_WPF_Viewer_FlexViewer_ToolFrameContent">ToolFrameContent</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies which content should be displayed in the tool frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ToolFrameVisible" data-uid="C1.WPF.Viewer.FlexViewer.ToolFrameVisible">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ToolFrameVisible.html#C1_WPF_Viewer_FlexViewer_ToolFrameVisible">ToolFrameVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the Search toolbar is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ToolFrameWidth" data-uid="C1.WPF.Viewer.FlexViewer.ToolFrameWidth">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ToolFrameWidth.html#C1_WPF_Viewer_FlexViewer_ToolFrameWidth">ToolFrameWidth</a>
        </td>
        <td class="markdown level1 summary"><p>The width of the tool frame.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_TouchGripBackground" data-uid="C1.WPF.Viewer.FlexViewer.TouchGripBackground">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.TouchGripBackground.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_TouchGripBorderBrush" data-uid="C1.WPF.Viewer.FlexViewer.TouchGripBorderBrush">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.TouchGripBorderBrush.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_TwoPagesViewCommand" data-uid="C1.WPF.Viewer.FlexViewer.TwoPagesViewCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.TwoPagesViewCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_UseAsyncRendering" data-uid="C1.WPF.Viewer.FlexViewer.UseAsyncRendering">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.UseAsyncRendering.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_UseIncrementalSearch" data-uid="C1.WPF.Viewer.FlexViewer.UseIncrementalSearch">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.UseIncrementalSearch.html#C1_WPF_Viewer_FlexViewer_UseIncrementalSearch">UseIncrementalSearch</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates if &quot;search as you type&quot; method of search should be used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_WholePageCommand" data-uid="C1.WPF.Viewer.FlexViewer.WholePageCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.WholePageCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_WideLayout" data-uid="C1.WPF.Viewer.FlexViewer.WideLayout">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.WideLayout.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ZoomFactor" data-uid="C1.WPF.Viewer.FlexViewer.ZoomFactor">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ZoomFactor.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ZoomInCommand" data-uid="C1.WPF.Viewer.FlexViewer.ZoomInCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ZoomInCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_ZoomMode" data-uid="C1.WPF.Viewer.FlexViewer.ZoomMode">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ZoomMode.html#C1_WPF_Viewer_FlexViewer_ZoomMode">ZoomMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the preview zoom mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ZoomOutCommand" data-uid="C1.WPF.Viewer.FlexViewer.ZoomOutCommand">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ZoomOutCommand.html#C1_WPF_Viewer_FlexViewer_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_Viewer_FlexViewer_FocusPane" data-uid="C1.WPF.Viewer.FlexViewer.FocusPane">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.FocusPane.html#C1_WPF_Viewer_FlexViewer_FocusPane">FocusPane()</a>
        </td>
        <td class="markdown level1 summary"><p>Moves input focus to the hosted <a class="xref" href="C1.WPF.Viewer.FlexViewerPane.html">FlexViewerPane</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_HideSearchToolbar" data-uid="C1.WPF.Viewer.FlexViewer.HideSearchToolbar">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.HideSearchToolbar.html#C1_WPF_Viewer_FlexViewer_HideSearchToolbar">HideSearchToolbar()</a>
        </td>
        <td class="markdown level1 summary"><p>Hides the Search toolbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_OnApplyTemplate" data-uid="C1.WPF.Viewer.FlexViewer.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OnApplyTemplate.html#C1_WPF_Viewer_FlexViewer_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_OnVisualParentChanged_System_Windows_DependencyObject_" data-uid="C1.WPF.Viewer.FlexViewer.OnVisualParentChanged(System.Windows.DependencyObject)">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OnVisualParentChanged.html#C1_WPF_Viewer_FlexViewer_OnVisualParentChanged_System_Windows_DependencyObject_">OnVisualParentChanged(DependencyObject)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when the Parent of this element is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_ShowSearchToolbar" data-uid="C1.WPF.Viewer.FlexViewer.ShowSearchToolbar">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.ShowSearchToolbar.html#C1_WPF_Viewer_FlexViewer_ShowSearchToolbar">ShowSearchToolbar()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the Search toolbar, if possible.</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_Viewer_FlexViewer_CloseAction" data-uid="C1.WPF.Viewer.FlexViewer.CloseAction">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.CloseAction.html">CloseAction</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses the Close button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Viewer_FlexViewer_OpenAction" data-uid="C1.WPF.Viewer.FlexViewer.OpenAction">
          <a class="xref" href="C1.WPF.Viewer.FlexViewer.OpenAction.html">OpenAction</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the user presses the Open button.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
