# GrapeCity.ActiveReports.Core.Document.Page.Load

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_ActiveReports_Core_Document_Page_Load_" data-uid="GrapeCity.ActiveReports.Core.Document.Page.Load*">Load Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Core_Document_Page_Load_" data-uid="GrapeCity.ActiveReports.Core.Document.Page.Load*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Document_Page_Load_System_String_GrapeCity_ActiveReports_Core_Document_IImageConverterService_" data-uid="GrapeCity.ActiveReports.Core.Document.Page.Load(System.String,GrapeCity.ActiveReports.Core.Document.IImageConverterService)">Load(string, IImageConverterService)</h4>
<div class="markdown level1 summary"><p>Loads the page using the filename and image converter service.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Load(string strFileName, IImageConverterService imageConverterService)</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.string">string</a></td>
      <td><span class="parametername">strFileName</span></td>
      <td><p>The file name.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Core.Document.IImageConverterService.html">IImageConverterService</a></td>
      <td><span class="parametername">imageConverterService</span></td>
      <td><p>The image converter service.</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>Returns the result of successful execution of the operation.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_ActiveReports_Core_Document_Page_Load_" data-uid="GrapeCity.ActiveReports.Core.Document.Page.Load*"></a>
<h4 id="GrapeCity_ActiveReports_Core_Document_Page_Load_System_IO_Stream_GrapeCity_ActiveReports_Core_Document_IImageConverterService_" data-uid="GrapeCity.ActiveReports.Core.Document.Page.Load(System.IO.Stream,GrapeCity.ActiveReports.Core.Document.IImageConverterService)">Load(Stream, IImageConverterService)</h4>
<div class="markdown level1 summary"><p>Loads the page using the stream and image converter service.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool Load(Stream stm, IImageConverterService imageConverterService)</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.io.stream">Stream</a></td>
      <td><span class="parametername">stm</span></td>
      <td><p>The stream.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Core.Document.IImageConverterService.html">IImageConverterService</a></td>
      <td><span class="parametername">imageConverterService</span></td>
      <td><p>The image converter service.</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>Returns the result of successful execution of the operation.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
