# GrapeCity.Documents.Word.DocumentProtection.ReadOnlyRecommended

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_DocumentProtection_ReadOnlyRecommended_" data-uid="GrapeCity.Documents.Word.DocumentProtection.ReadOnlyRecommended*">ReadOnlyRecommended Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_DocumentProtection_ReadOnlyRecommended_" data-uid="GrapeCity.Documents.Word.DocumentProtection.ReadOnlyRecommended*"></a>
<h4 id="GrapeCity_Documents_Word_DocumentProtection_ReadOnlyRecommended" data-uid="GrapeCity.Documents.Word.DocumentProtection.ReadOnlyRecommended">ReadOnlyRecommended</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether read-only mode is recommended
when opening the document.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool ReadOnlyRecommended { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property ReadOnlyRecommended As Boolean</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_DocumentProtection_ReadOnlyRecommended_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Specifies that applications should provide user interface recommending
that the user open this document in write protected state.
If the user chooses to do so, the document shall be write protected,
otherwise, it shall be opened fully editable. If this property is omitted,
then user interface recommending that the user open this document in write
protected state should not be provided. If the password property is also
specified, then this setting shall be ignored.</p>
</div>
</div>
