# GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection" data-uid="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection" class="text-break">FieldWidgetCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.html">WidgetAnnotation</a> objects owned by <a class="xref" href="GrapeCity.Documents.Pdf.AcroForms.Field.html">Field</a> 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="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.html">WidgetAnnotation</a>&gt;</div>
    <div class="level2"><span class="xref">FieldWidgetCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.html">WidgetAnnotation</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.html">WidgetAnnotation</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.html">WidgetAnnotation</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.html">WidgetAnnotation</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation.html">WidgetAnnotation</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Pdf.AcroForms.html">GrapeCity.Documents.Pdf.AcroForms</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Pdf.dll</h6>
  <h5 id="GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FieldWidgetCollection : Collection&lt;WidgetAnnotation&gt;, IList&lt;WidgetAnnotation&gt;, ICollection&lt;WidgetAnnotation&gt;, IList, ICollection, IReadOnlyList&lt;WidgetAnnotation&gt;, IReadOnlyCollection&lt;WidgetAnnotation&gt;, IEnumerable&lt;WidgetAnnotation&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FieldWidgetCollection
    Inherits Collection(Of WidgetAnnotation)
    Implements IList(Of WidgetAnnotation), ICollection(Of WidgetAnnotation), IList, ICollection, IReadOnlyList(Of WidgetAnnotation), IReadOnlyCollection(Of WidgetAnnotation), IEnumerable(Of WidgetAnnotation), IEnumerable</code></pre>
  </div>
  <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_AcroForms_FieldWidgetCollection_Owner" data-uid="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.Owner">
          <a class="xref" href="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.Owner.html#GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Documents.Pdf.AcroForms.Field.html">Field</a> object that owns this collection.</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_Pdf_AcroForms_FieldWidgetCollection_ClearItems" data-uid="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.ClearItems">
          <a class="xref" href="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.ClearItems.html#GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection_InsertItem_System_Int32_GrapeCity_Documents_Pdf_Annotations_WidgetAnnotation_" data-uid="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.InsertItem(System.Int32,GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation)">
          <a class="xref" href="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.InsertItem.html#GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection_InsertItem_System_Int32_GrapeCity_Documents_Pdf_Annotations_WidgetAnnotation_">InsertItem(int, WidgetAnnotation)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection_RemoveItem_System_Int32_" data-uid="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.RemoveItem(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.RemoveItem.html#GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection_SetItem_System_Int32_GrapeCity_Documents_Pdf_Annotations_WidgetAnnotation_" data-uid="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.SetItem(System.Int32,GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation)">
          <a class="xref" href="GrapeCity.Documents.Pdf.AcroForms.FieldWidgetCollection.SetItem.html#GrapeCity_Documents_Pdf_AcroForms_FieldWidgetCollection_SetItem_System_Int32_GrapeCity_Documents_Pdf_Annotations_WidgetAnnotation_">SetItem(int, WidgetAnnotation)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
