# C1.C1Preview.C1MultiDocument.GetPageInfo

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_C1MultiDocument_GetPageInfo_" data-uid="C1.C1Preview.C1MultiDocument.GetPageInfo*">GetPageInfo Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_C1MultiDocument_GetPageInfo_" data-uid="C1.C1Preview.C1MultiDocument.GetPageInfo*"></a>
<h4 id="C1_C1Preview_C1MultiDocument_GetPageInfo_System_Int32_System_Int32__System_Int32__System_Int32__" data-uid="C1.C1Preview.C1MultiDocument.GetPageInfo(System.Int32,System.Int32@,System.Int32@,System.Int32@)">GetPageInfo(int, out int, out int, out int)</h4>
<div class="markdown level1 summary"><p>Retrieves extended information about a page with the specified index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool GetPageInfo(int pageIndex, out int itemIndex, out int itemPageIndex, out int pageNo)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetPageInfo(pageIndex As Integer, ByRef itemIndex As Integer, ByRef itemPageIndex As Integer, ByRef pageNo As Integer) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pageIndex</span></td>
      <td><p>The 0-based index of the target page.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">itemIndex</span></td>
      <td><p>OUT: 0-based index of the document item (<a class="xref" href="C1.C1Preview.C1MultiDocumentItem.html">C1MultiDocumentItem</a>) that contains the target page.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">itemPageIndex</span></td>
      <td><p>OUT: 0-based index of the target page within the document item that contains it (indicated by <code class="paramref">itemIndex</code>).</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pageNo</span></td>
      <td><p>OUT: The logical page number within the current document.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><b>true</b> if <code class="paramref">pageIndex</code> is valid, <b>false</b> otherwise.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Preview_C1MultiDocument_GetPageInfo_" data-uid="C1.C1Preview.C1MultiDocument.GetPageInfo*"></a>
<h4 id="C1_C1Preview_C1MultiDocument_GetPageInfo_System_Int32_System_Int32__C1_C1Preview_ResolvedPage__" data-uid="C1.C1Preview.C1MultiDocument.GetPageInfo(System.Int32,System.Int32@,C1.C1Preview.ResolvedPage@)">GetPageInfo(int, out int, out ResolvedPage)</h4>
<div class="markdown level1 summary"><p>Retrieves extended information about a page with the specified index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool GetPageInfo(int pageIndex, out int pageNo, out ResolvedPage resolvedPage)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetPageInfo(pageIndex As Integer, ByRef pageNo As Integer, ByRef resolvedPage As ResolvedPage) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pageIndex</span></td>
      <td><p>The 0-based index of the target page.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">pageNo</span></td>
      <td><p>OUT: The logical page number within the current document.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">ResolvedPage</span></td>
      <td><span class="parametername">resolvedPage</span></td>
      <td><p>OUT: The ResolvedPage.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><b>true</b> if <code class="paramref">pageIndex</code> is valid, <b>false</b> otherwise.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
