# C1.Win.FlexViewer

## Content

<div class="doc-site-dotnet-api-container">

  <h1 id="C1_Win_FlexViewer" data-uid="C1.Win.FlexViewer" class="text-break">C1.Win.FlexViewer Namespace
</h1>
  <div class="markdown level0 summary"></div>
  <div class="markdown level0 conceptual"></div>
  <div class="markdown level0 remarks"></div>
    <h3 id="classes">
Classes
</h3>
      <h4><a class="xref" href="C1.Win.FlexViewer.BaseActionElement.html">BaseActionElement</a></h4>
      <section><p>Allows to customize ribbon items displayed in <a class="xref" href="C1.Win.FlexViewer.C1FlexViewer.html">C1FlexViewer</a>.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.ButtonActionElement.html">ButtonActionElement</a></h4>
      <section><p>Represents a button element.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.C1FlexViewer.html">C1FlexViewer</a></h4>
      <section><p>Represents a document viewer control with ribbon, viewer pane, and status bar.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.C1FlexViewerDialog.html">C1FlexViewerDialog</a></h4>
      <section><p>Represents a C1RibbonForm with C1FlexViewer control on it.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a></h4>
      <section><p>Represents a control showing the preview of the associated document.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.BusySection.html">C1FlexViewerPane.BusySection</a></h4>
      <section><p>Helper class providing a busy section for a <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>,
raising the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.Busy.html#C1_Win_FlexViewer_C1FlexViewerPane_Busy">Busy</a> flag in its constructor,
and lowering it in the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.BusySection.Dispose.html#C1_Win_FlexViewer_C1FlexViewerPane_BusySection_Dispose">Dispose()</a> method.</p>
<p>
Usage:
</p>
<pre><code class="lang-csharp">using (new busy = BusySection(flexViewerPane)) { ..code... }.</code></pre>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.ContextMenuElements.html">ContextMenuElements</a></h4>
      <section><p>Represents a set of elements displayed in the context menu.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.ContextMenuPopupEventArgs.html">ContextMenuPopupEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.ContextMenuPopup.html">ContextMenuPopup</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.CustomCursors.html">CustomCursors</a></h4>
      <section><p>Holds the custom cursors used by <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.HyperlinkClickedEventArgs.html">HyperlinkClickedEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HyperlinkClicked.html">HyperlinkClicked</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.HyperlinkHoveredEventArgs.html">HyperlinkHoveredEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.HyperlinkHovered.html">HyperlinkHovered</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.LabelActionElement.html">LabelActionElement</a></h4>
      <section><p>Represents a toggle RibbonButton element.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.MiscStrings.html">MiscStrings</a></h4>
      <section><p>Specifies the UI strings used by <a class="xref" href="C1.Win.FlexViewer.C1FlexViewer.html">C1FlexViewer</a> and <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a> controls.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.OperationErrorEventArgs.html">OperationErrorEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OperationError.html">OperationError</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.OutlineClickedEventArgs.html">OutlineClickedEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.OutlineClicked.html">OutlineClicked</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.PagePointerEventArgs.html">PagePointerEventArgs</a></h4>
      <section><p>Provides data for pointer-related events in the viewer, including information about mouse, touch, or stylus
input.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.ParameterStrings.html">ParameterStrings</a></h4>
      <section><p>Specifies the UI strings displayed on the Parameters panel in <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.RibbonActionGroup.html">RibbonActionGroup</a></h4>
      <section><p>Represents a customizable item for RibbonGroup.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.RibbonElements.html">RibbonElements</a></h4>
      <section><p>Represents a set of elements displayed in Ribbon.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.RibbonGroups.html">RibbonGroups</a></h4>
      <section><p>Represents a set of Ribbon groups.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.SearchBarElements.html">SearchBarElements</a></h4>
      <section><p>Represents a set of elements displayed in SearchBar.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.StatusBarElements.html">StatusBarElements</a></h4>
      <section><p>Represents a set of elements displayed in Ribbon.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.TextBoxActionElement.html">TextBoxActionElement</a></h4>
      <section><p>Represents a text box element.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.ToolBarElements.html">ToolBarElements</a></h4>
      <section><p>Represents a set of elements displayed in Ribbon toolbar.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.UserFlexViewerActionEventArgs.html">UserFlexViewerActionEventArgs</a></h4>
      <section><p>Provides data for the <a class="xref" href="C1.Win.FlexViewer.C1FlexViewer.UserAction.html">UserAction</a> event.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.ZoomDialogStrings.html">ZoomDialogStrings</a></h4>
      <section><p>Specifies the UI strings for the Zoom dialog.</p>
</section>
    <h3 id="interfaces">
Interfaces
</h3>
      <h4><a class="xref" href="C1.Win.FlexViewer.INavigationTarget.html">INavigationTarget</a></h4>
      <section><p>Encapsulates a scroll position of <a class="xref" href="C1.Win.FlexViewer.C1FlexViewerPane.html">C1FlexViewerPane</a>.</p>
</section>
    <h3 id="enums">
Enums
</h3>
      <h4><a class="xref" href="C1.Win.FlexViewer.FlexViewerAction.html">FlexViewerAction</a></h4>
      <section><p>Defines the supported actions for a <a class="xref" href="C1.Win.FlexViewer.C1FlexViewer.html">C1FlexViewer</a>.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.FlexViewerContentAlignment.html">FlexViewerContentAlignment</a></h4>
      <section><p>Describes the content alignment for the non-paginated mode.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.FlexViewerErrorOperation.html">FlexViewerErrorOperation</a></h4>
      <section><p>Describes the operation being executed when the error occurred.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.FlexViewerPanelAlignment.html">FlexViewerPanelAlignment</a></h4>
      <section><p>Describes the alignment for the Outlines and Parameters panels.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.FlexViewerRotateView.html">FlexViewerRotateView</a></h4>
      <section><p>Specifies the view rotation angle.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.FlexViewerThumbScrollDirection.html">FlexViewerThumbScrollDirection</a></h4>
      <section><p>Specifies the direction of scrolling for the Thumbnails view.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.FlexViewerXpsType.html">FlexViewerXpsType</a></h4>
      <section><p>Describes the output data format of the ExportToXps method of C1FlexViewerPane.</p>
</section>
      <h4><a class="xref" href="C1.Win.FlexViewer.FlexViewerZoomMode.html">FlexViewerZoomMode</a></h4>
      <section><p>Describes the supported zoom modes of C1FlexViewerPane control.</p>
</section>


</div>
