# GrapeCity.Documents.Imaging.GcTiffReader

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Imaging_GcTiffReader" data-uid="GrapeCity.Documents.Imaging.GcTiffReader" class="text-break">GcTiffReader Class
</h1>
  <div class="markdown level0 summary"><p>Allows reading images from a multi-page TIFF file/stream.</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"><span class="xref">GcTiffReader</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Imaging.html">GrapeCity.Documents.Imaging</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Imaging_GcTiffReader_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GcTiffReader : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GcTiffReader
    Implements IDisposable</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="GrapeCity_Documents_Imaging_GcTiffReader__ctor_System_IO_Stream_System_Boolean_System_Int32_" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.#ctor(System.IO.Stream,System.Boolean,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.-ctor.html#GrapeCity_Documents_Imaging_GcTiffReader__ctor_System_IO_Stream_System_Boolean_System_Int32_">GcTiffReader(Stream, bool, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.html">GcTiffReader</a> class and assigns the input stream.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcTiffReader__ctor_System_String_System_Int32_" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.#ctor(System.String,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.-ctor.html#GrapeCity_Documents_Imaging_GcTiffReader__ctor_System_String_System_Int32_">GcTiffReader(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.html">GcTiffReader</a> class and assigns the input file.</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="GrapeCity_Documents_Imaging_GcTiffReader_FilePath" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.FilePath">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.FilePath.html#GrapeCity_Documents_Imaging_GcTiffReader_FilePath">FilePath</a>
        </td>
        <td class="markdown level1 summary"><p>If possible, gets full path to the associated TIFF file.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcTiffReader_Frames" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.Frames">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.Frames.html#GrapeCity_Documents_Imaging_GcTiffReader_Frames">Frames</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of frames in the associated TIFF file.</p>
<p>Check the value of <a class="xref" href="GrapeCity.Documents.Imaging.TiffFrame.IsValid.html#GrapeCity_Documents_Imaging_TiffFrame_IsValid">IsValid</a> property before reading an image from <a class="xref" href="GrapeCity.Documents.Imaging.TiffFrame.html">TiffFrame</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcTiffReader_IsDisposed" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.IsDisposed">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.IsDisposed.html#GrapeCity_Documents_Imaging_GcTiffReader_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.html">GcTiffReader</a> has been disposed of.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcTiffReader_OwnStream" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.OwnStream">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.OwnStream.html#GrapeCity_Documents_Imaging_GcTiffReader_OwnStream">OwnStream</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating if the associated stream should be closed when the <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.html">GcTiffReader</a> is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcTiffReader_Stream" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.Stream">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.Stream.html#GrapeCity_Documents_Imaging_GcTiffReader_Stream">Stream</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Stream associated with <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.html">GcTiffReader</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcTiffReader_StreamStartPosition" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.StreamStartPosition">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.StreamStartPosition.html#GrapeCity_Documents_Imaging_GcTiffReader_StreamStartPosition">StreamStartPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the start position in the associated Stream.</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="GrapeCity_Documents_Imaging_GcTiffReader_ApplyLicenseKey_System_String_" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.ApplyLicenseKey(System.String)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.ApplyLicenseKey.html#GrapeCity_Documents_Imaging_GcTiffReader_ApplyLicenseKey_System_String_">ApplyLicenseKey(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies a license key to an instance of <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.html">GcTiffReader</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcTiffReader_Dispose" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.Dispose">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.Dispose.html#GrapeCity_Documents_Imaging_GcTiffReader_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Imaging_GcTiffReader_Dispose_System_Boolean_" data-uid="GrapeCity.Documents.Imaging.GcTiffReader.Dispose(System.Boolean)">
          <a class="xref" href="GrapeCity.Documents.Imaging.GcTiffReader.Dispose.html#GrapeCity_Documents_Imaging_GcTiffReader_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs cleanup operations on managed and unmanaged resources.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
