# GrapeCity.Documents.Word.PictureBulletCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_PictureBulletCollection" data-uid="GrapeCity.Documents.Word.PictureBulletCollection" class="text-break">PictureBulletCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of <a class="xref" href="GrapeCity.Documents.Word.PictureBullet.html">PictureBullet</a> objects.</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">PictureBulletCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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.Word.PictureBullet.html">PictureBullet</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.Word.PictureBullet.html">PictureBullet</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.Word.PictureBullet.html">PictureBullet</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.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_PictureBulletCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PictureBulletCollection : IReadOnlyList&lt;PictureBullet&gt;, IReadOnlyCollection&lt;PictureBullet&gt;, IEnumerable&lt;PictureBullet&gt;, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PictureBulletCollection
    Implements IReadOnlyList(Of PictureBullet), IReadOnlyCollection(Of PictureBullet), IEnumerable(Of PictureBullet), 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_Word_PictureBulletCollection_Count" data-uid="GrapeCity.Documents.Word.PictureBulletCollection.Count">
          <a class="xref" href="GrapeCity.Documents.Word.PictureBulletCollection.Count.html#GrapeCity_Documents_Word_PictureBulletCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the count of objects in this collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_PictureBulletCollection_Item_System_Int32_" data-uid="GrapeCity.Documents.Word.PictureBulletCollection.Item(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.PictureBulletCollection.Item.html#GrapeCity_Documents_Word_PictureBulletCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Documents.Word.PictureBullet.html">PictureBullet</a> by its index in the 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_Word_PictureBulletCollection_Add_System_Byte___System_String_" data-uid="GrapeCity.Documents.Word.PictureBulletCollection.Add(System.Byte[],System.String)">
          <a class="xref" href="GrapeCity.Documents.Word.PictureBulletCollection.Add.html#GrapeCity_Documents_Word_PictureBulletCollection_Add_System_Byte___System_String_">Add(byte[], string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new  <a class="xref" href="GrapeCity.Documents.Word.PictureBullet.html">PictureBullet</a> and adds it to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_PictureBulletCollection_GetById_System_Int32_" data-uid="GrapeCity.Documents.Word.PictureBulletCollection.GetById(System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Word.PictureBulletCollection.GetById.html#GrapeCity_Documents_Word_PictureBulletCollection_GetById_System_Int32_">GetById(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Documents.Word.PictureBullet.html">PictureBullet</a> by its id.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
