# GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.SetSilent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Pdf_Spec_IPdfArrayExt_SetSilent_" data-uid="GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.SetSilent*">SetSilent Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Pdf_Spec_IPdfArrayExt_SetSilent_" data-uid="GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.SetSilent*"></a>
<h4 id="GrapeCity_Documents_Pdf_Spec_IPdfArrayExt_SetSilent_GrapeCity_Documents_Pdf_Spec_IPdfArray_System_Int32_GrapeCity_Documents_Pdf_Spec_IPdfObject_" data-uid="GrapeCity.Documents.Pdf.Spec.IPdfArrayExt.SetSilent(GrapeCity.Documents.Pdf.Spec.IPdfArray,System.Int32,GrapeCity.Documents.Pdf.Spec.IPdfObject)">SetSilent(IPdfArray, int, IPdfObject)</h4>
<div class="markdown level1 summary"><p>Sets a value associated with a specified index.
This method does not affect the value of <a class="xref" href="GrapeCity.Documents.Pdf.Spec.IPdfArray.Changed.html#GrapeCity_Documents_Pdf_Spec_IPdfArray_Changed">Changed</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static void SetSilent(this IPdfArray array, int index, IPdfObject item)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Sub SetSilent(array As IPdfArray, index As Integer, item As IPdfObject)</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.IPdfArray.html">IPdfArray</a></td>
      <td><span class="parametername">array</span></td>
      <td><p>The current <a class="xref" href="GrapeCity.Documents.Pdf.Spec.IPdfArray.html">IPdfArray</a>.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">index</span></td>
      <td><p>The index of the value to set.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">IPdfObject</span></td>
      <td><span class="parametername">item</span></td>
      <td><p>The value to set.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
