# GrapeCity.Documents.Text.TextLayout.AppendInlineObject

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_TextLayout_AppendInlineObject_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendInlineObject*">AppendInlineObject Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_TextLayout_AppendInlineObject_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendInlineObject*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AppendInlineObject_System_Object_System_Single_System_Single_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendInlineObject(System.Object,System.Single,System.Single)">AppendInlineObject(object, float, float)</h4>
<div class="markdown level1 summary"><p>Adds an inline object with specified dimensions to the end of the <a class="xref" href="GrapeCity.Documents.Text.TextLayout.Inlines.html#GrapeCity_Documents_Text_TextLayout_Inlines">Inlines</a> collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InlineObject AppendInlineObject(object obj, float width, float height)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AppendInlineObject(obj As Object, width As Single, height As Single) As InlineObject</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="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">obj</span></td>
      <td><p>The object to add.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The object's width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>The object's height.</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><a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a></td>
      <td><p>The created <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Text_TextLayout_AppendInlineObject_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendInlineObject*"></a>
<h4 id="GrapeCity_Documents_Text_TextLayout_AppendInlineObject_System_Object_System_Single_System_Single_GrapeCity_Documents_Text_TextFormat_" data-uid="GrapeCity.Documents.Text.TextLayout.AppendInlineObject(System.Object,System.Single,System.Single,GrapeCity.Documents.Text.TextFormat)">AppendInlineObject(object, float, float, TextFormat)</h4>
<div class="markdown level1 summary"><p>Adds an inline object with specified dimensions and formatting to the end of the <a class="xref" href="GrapeCity.Documents.Text.TextLayout.Inlines.html#GrapeCity_Documents_Text_TextLayout_Inlines">Inlines</a> collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InlineObject AppendInlineObject(object obj, float width, float height, TextFormat format)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function AppendInlineObject(obj As Object, width As Single, height As Single, format As TextFormat) As InlineObject</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="https://learn.microsoft.com/dotnet/api/system.object">object</a></td>
      <td><span class="parametername">obj</span></td>
      <td><p>The object to add.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">width</span></td>
      <td><p>The object's width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">height</span></td>
      <td><p>The object's height.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Text.TextFormat.html">TextFormat</a></td>
      <td><span class="parametername">format</span></td>
      <td><p>Formatting associated with the object.</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><a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a></td>
      <td><p>The created <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
