# C1.C1Preview.Export.RtfExporter.ShapesWord2007Compatible

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Export_RtfExporter_ShapesWord2007Compatible_" data-uid="C1.C1Preview.Export.RtfExporter.ShapesWord2007Compatible*">ShapesWord2007Compatible Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Export_RtfExporter_ShapesWord2007Compatible_" data-uid="C1.C1Preview.Export.RtfExporter.ShapesWord2007Compatible*"></a>
<h4 id="C1_C1Preview_Export_RtfExporter_ShapesWord2007Compatible" data-uid="C1.C1Preview.Export.RtfExporter.ShapesWord2007Compatible">ShapesWord2007Compatible</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether when saving to DOCX, Word 2007 compatible shapes format
should be used.
If set to false, newer Word 2010 shapes format is used, which supports more features but may yield documents
that are incompatible with Word 2007 and are very slow when opened in MS Word.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ShapesWord2007Compatible { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ShapesWord2007Compatible As Boolean</code></pre>
</div>
</div>
