DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DocumentProtection Class / ReadOnlyRecommended Property

In This Topic
ReadOnlyRecommended Property
In This Topic
Gets or sets a value indicating whether read-only mode is recommended when opening the document.
Syntax
'Declaration
 
Public Property ReadOnlyRecommended As System.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.
See Also