# C1.C1Preview.RenderGraphics.GraphicsSizeEqualToObjectSize

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderGraphics_GraphicsSizeEqualToObjectSize_" data-uid="C1.C1Preview.RenderGraphics.GraphicsSizeEqualToObjectSize*">GraphicsSizeEqualToObjectSize Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderGraphics_GraphicsSizeEqualToObjectSize_" data-uid="C1.C1Preview.RenderGraphics.GraphicsSizeEqualToObjectSize*"></a>
<h4 id="C1_C1Preview_RenderGraphics_GraphicsSizeEqualToObjectSize" data-uid="C1.C1Preview.RenderGraphics.GraphicsSizeEqualToObjectSize">GraphicsSizeEqualToObjectSize</h4>
<div class="markdown level1 summary"><p>Gets or sets value indicating whether size of <a class="xref" href="C1.C1Preview.RenderGraphics.Graphics.html#C1_C1Preview_RenderGraphics_Graphics">Graphics</a> object
managed by this <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> same as <a class="xref" href="C1.C1Preview.RenderGraphics.html">RenderGraphics</a> size.
Set this property to <b>true</b> if you want to create image
with exact sizes.
If this property is <b>true</b> then <a class="xref" href="C1.C1Preview.RenderObject.Width.html#C1_C1Preview_RenderObject_Width">Width</a> and <a class="xref" href="C1.C1Preview.RenderObject.Height.html#C1_C1Preview_RenderObject_Height">Height</a>
should be specified as absolute values (10mm, 1inch for example).
<a class="xref" href="C1.C1Preview.RenderGraphics.GraphicsSizeEqualToObjectSize.html#C1_C1Preview_RenderGraphics_GraphicsSizeEqualToObjectSize">GraphicsSizeEqualToObjectSize</a> should be specified as <b>true</b> and
<a class="xref" href="C1.C1Preview.RenderObject.Width.html#C1_C1Preview_RenderObject_Width">Width</a> and <a class="xref" href="C1.C1Preview.RenderObject.Height.html#C1_C1Preview_RenderObject_Height">Height</a> should be specified in absolute units
<b>before</b> accessing to <a class="xref" href="C1.C1Preview.RenderGraphics.Graphics.html#C1_C1Preview_RenderGraphics_Graphics">Graphics</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool GraphicsSizeEqualToObjectSize { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property GraphicsSizeEqualToObjectSize As Boolean</code></pre>
</div>
</div>
