[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DocumentProtection.ReadOnlyRecommended

ReadOnlyRecommended Property

ReadOnlyRecommended

Gets or sets a value indicating whether read-only mode is recommended when opening the document.

Declaration
public bool ReadOnlyRecommended { get; set; }
Public Property ReadOnlyRecommended As Boolean
Remarks

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.