# C1.C1Preview.IStyleOwner

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_IStyleOwner" data-uid="C1.C1Preview.IStyleOwner" class="text-break">IStyleOwner Interface
</h1>
  <div class="markdown level0 summary"><p>Defines a class that can expose a <b>Style</b> property (of the type <a class="xref" href="C1.C1Preview.IStyleOwner.Style.html#C1_C1Preview_IStyleOwner_Style">Style</a>).</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.PrintDocument.4.8.dll</h6>
  <h5 id="C1_C1Preview_IStyleOwner_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IStyleOwner</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IStyleOwner</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="C1_C1Preview_IStyleOwner_AmbientParent" data-uid="C1.C1Preview.IStyleOwner.AmbientParent">
          <a class="xref" href="C1.C1Preview.IStyleOwner.AmbientParent.html#C1_C1Preview_IStyleOwner_AmbientParent">AmbientParent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent for ambient properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IStyleOwner_Dictionary" data-uid="C1.C1Preview.IStyleOwner.Dictionary">
          <a class="xref" href="C1.C1Preview.IStyleOwner.Dictionary.html#C1_C1Preview_IStyleOwner_Dictionary">Dictionary</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the dictionary object used to store images.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IStyleOwner_EmbeddedFonts" data-uid="C1.C1Preview.IStyleOwner.EmbeddedFonts">
          <a class="xref" href="C1.C1Preview.IStyleOwner.EmbeddedFonts.html#C1_C1Preview_IStyleOwner_EmbeddedFonts">EmbeddedFonts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of embedded fonts.
This collection is used to deserialize the fonts.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IStyleOwner_HasStyle" data-uid="C1.C1Preview.IStyleOwner.HasStyle">
          <a class="xref" href="C1.C1Preview.IStyleOwner.HasStyle.html#C1_C1Preview_IStyleOwner_HasStyle">HasStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the current <a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a> has initializated <a class="xref" href="C1.C1Preview.IStyleOwner.Style.html#C1_C1Preview_IStyleOwner_Style">Style</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IStyleOwner_Style" data-uid="C1.C1Preview.IStyleOwner.Style">
          <a class="xref" href="C1.C1Preview.IStyleOwner.Style.html#C1_C1Preview_IStyleOwner_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of the current <a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a>.</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="C1_C1Preview_IStyleOwner_GetAmbientPropValue_System_Int32_C1_C1Preview_Scripting_IScriptContext_" data-uid="C1.C1Preview.IStyleOwner.GetAmbientPropValue(System.Int32,C1.C1Preview.Scripting.IScriptContext)">
          <a class="xref" href="C1.C1Preview.IStyleOwner.GetAmbientPropValue.html#C1_C1Preview_IStyleOwner_GetAmbientPropValue_System_Int32_C1_C1Preview_Scripting_IScriptContext_">GetAmbientPropValue(int, IScriptContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the value of an ambient property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IStyleOwner_GetNonAmbientPropValue_System_Int32_C1_C1Preview_Scripting_IScriptContext_" data-uid="C1.C1Preview.IStyleOwner.GetNonAmbientPropValue(System.Int32,C1.C1Preview.Scripting.IScriptContext)">
          <a class="xref" href="C1.C1Preview.IStyleOwner.GetNonAmbientPropValue.html#C1_C1Preview_IStyleOwner_GetNonAmbientPropValue_System_Int32_C1_C1Preview_Scripting_IScriptContext_">GetNonAmbientPropValue(int, IScriptContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Retrieves the value of a non-ambient property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_IStyleOwner_GetProp_System_Int32_C1_C1Preview_Scripting_IScriptContext_" data-uid="C1.C1Preview.IStyleOwner.GetProp(System.Int32,C1.C1Preview.Scripting.IScriptContext)">
          <a class="xref" href="C1.C1Preview.IStyleOwner.GetProp.html#C1_C1Preview_IStyleOwner_GetProp_System_Int32_C1_C1Preview_Scripting_IScriptContext_">GetProp(int, IScriptContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of a style property existing on the current object
(does not attempt to resolve properties not explicitly defined on the current object).</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
