# GrapeCity.Documents.Text.InlineObject.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Text_InlineObject__ctor_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor*">InlineObject Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Text_InlineObject__ctor_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor*"></a>
<h4 id="GrapeCity_Documents_Text_InlineObject__ctor" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor">InlineObject()</h4>
<div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InlineObject()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="GrapeCity_Documents_Text_InlineObject__ctor_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor*"></a>
<h4 id="GrapeCity_Documents_Text_InlineObject__ctor_System_Object_System_Single_System_Single_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor(System.Object,System.Single,System.Single)">InlineObject(object, float, float)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InlineObject(object obj, float width, float height)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(obj As Object, width As Single, height As Single)</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></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></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></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Text_InlineObject__ctor_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor*"></a>
<h4 id="GrapeCity_Documents_Text_InlineObject__ctor_System_Object_System_Single_System_Single_GrapeCity_Documents_Text_TextFormat_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor(System.Object,System.Single,System.Single,GrapeCity.Documents.Text.TextFormat)">InlineObject(object, float, float, TextFormat)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InlineObject(object obj, float width, float height, TextFormat format)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(obj As Object, width As Single, height As Single, format As TextFormat)</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></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></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></td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Documents.Text.TextFormat.html">TextFormat</a></td>
      <td><span class="parametername">format</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Documents_Text_InlineObject__ctor_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor*"></a>
<h4 id="GrapeCity_Documents_Text_InlineObject__ctor_GrapeCity_Documents_Text_InlineObject_" data-uid="GrapeCity.Documents.Text.InlineObject.#ctor(GrapeCity.Documents.Text.InlineObject)">InlineObject(InlineObject)</h4>
<div class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InlineObject(InlineObject source)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(source 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="GrapeCity.Documents.Text.InlineObject.html">InlineObject</a></td>
      <td><span class="parametername">source</span></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
