# GrapeCity.Documents.Pdf.Spec.IPdfDictExt.GetAtPath

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_Spec_IPdfDictExt_GetAtPath_" data-uid="GrapeCity.Documents.Pdf.Spec.IPdfDictExt.GetAtPath*">GetAtPath Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_Spec_IPdfDictExt_GetAtPath_" data-uid="GrapeCity.Documents.Pdf.Spec.IPdfDictExt.GetAtPath*"></a>
<h4 id="GrapeCity_Documents_Pdf_Spec_IPdfDictExt_GetAtPath__1_GrapeCity_Documents_Pdf_Spec_IPdfDict_System_Object___" data-uid="GrapeCity.Documents.Pdf.Spec.IPdfDictExt.GetAtPath``1(GrapeCity.Documents.Pdf.Spec.IPdfDict,System.Object[])">GetAtPath&lt;T&gt;(IPdfDict, params object[])</h4>
<div class="markdown level1 summary"><p>Gets the value at the specified path.
The path can contain <a class="xref" href="GrapeCity.Documents.Pdf.Spec.IPdfName.html">IPdfName</a> objects which are interpreted as dictionary keys,
or integers which are interpreted as <a class="xref" href="GrapeCity.Documents.Pdf.Spec.IPdfArray.html">IPdfArray</a> indices.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static T GetAtPath&lt;T&gt;(this IPdfDict dict, params object[] path) where T : IPdfObject</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function GetAtPath(Of T As IPdfObject)(dict As IPdfDict, ParamArray path As Object()) As T</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="GrapeCity.Documents.Pdf.Spec.IPdfDict.html">IPdfDict</a></td>
      <td><span class="parametername">dict</span></td>
      <td><p>The current dictionary.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>[]</td>
      <td><span class="parametername">path</span></td>
      <td><p>The path to the value.</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><span class="xref">T</span></td>
      <td><p>The value associated with the specified path, or null if the value could not be found.</p>
</td>
    </tr>
  </tbody>
</table>
<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">T</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
