# C1.Win.FlexViewer.C1FlexViewer.PageIndex

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexViewer_C1FlexViewer_PageIndex_" data-uid="C1.Win.FlexViewer.C1FlexViewer.PageIndex*">PageIndex Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexViewer_C1FlexViewer_PageIndex_" data-uid="C1.Win.FlexViewer.C1FlexViewer.PageIndex*"></a>
<h4 id="C1_Win_FlexViewer_C1FlexViewer_PageIndex" data-uid="C1.Win.FlexViewer.C1FlexViewer.PageIndex">PageIndex</h4>
<div class="markdown level1 summary"><p>Gets or sets the 0-based index of the currently visible page.
If several pages are visible, this property indicates the page with the
most surface shown.
When the property is set, the new start page's top left corner is aligned
with the preview window's top left corner.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public int PageIndex { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property PageIndex As Integer</code></pre>
</div>
</div>
