# GrapeCity.Documents.Pdf.Spec.PdfIndirectObject-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Pdf_Spec_PdfIndirectObject_1" data-uid="GrapeCity.Documents.Pdf.Spec.PdfIndirectObject`1" class="text-break">PdfIndirectObject&lt;TValue&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The abstract class representing a PDF indirect object.</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"><a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase.html">PdfIndirectObjectBase</a></div>
    <div class="level2"><span class="xref">PdfIndirectObject&lt;TValue&gt;</span></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfArrayObject.html">PdfArrayObject</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfBoolObject.html">PdfBoolObject</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfDictObject.html">PdfDictObject</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfNameObject.html">PdfNameObject</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfNullObject.html">PdfNullObject</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfNumberObject.html">PdfNumberObject</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfRefObject.html">PdfRefObject</a></div>
      <div class="level3"><a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfStringObject.html">PdfStringObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Pdf.Spec.html">GrapeCity.Documents.Pdf.Spec</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Pdf.dll</h6>
  <h5 id="GrapeCity_Documents_Pdf_Spec_PdfIndirectObject_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class PdfIndirectObject&lt;TValue&gt; : PdfIndirectObjectBase where TValue : IPdfObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class PdfIndirectObject(Of TValue As IPdfObject)
    Inherits PdfIndirectObjectBase</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">TValue</span></td>
        <td></td>
      </tr>
    </tbody>
  </table>
  <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_Pdf_Spec_PdfIndirectObject_1__ctor__0_" data-uid="GrapeCity.Documents.Pdf.Spec.PdfIndirectObject`1.#ctor(`0)">
          <a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfIndirectObject-1.-ctor.html#GrapeCity_Documents_Pdf_Spec_PdfIndirectObject_1__ctor__0_">PdfIndirectObject(TValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfIndirectObject-1.html">PdfIndirectObject&lt;TValue&gt;</a> class.</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_Pdf_Spec_PdfIndirectObject_1_Value" data-uid="GrapeCity.Documents.Pdf.Spec.PdfIndirectObject`1.Value">
          <a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfIndirectObject-1.Value.html#GrapeCity_Documents_Pdf_Spec_PdfIndirectObject_1_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">GrapeCity.Documents.Pdf.Spec.IPdfObject</span> that defines the value of this <a class="xref" href="GrapeCity.Documents.Pdf.Spec.PdfIndirectObjectBase.html">PdfIndirectObjectBase</a>.
That should be a direct object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
