WordProcessingWatermarkBaseOptionsIsLocked Property |
Gets or sets a value indicating whether an editing of the shape in Word is forbidden.
Namespace: GroupDocs.Watermark.Options.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic bool IsLocked { get; set; }
Public Property IsLocked As Boolean
Get
Set
public:
property bool IsLocked {
bool get ();
void set (bool value);
}
member IsLocked : bool with get, set
Property Value
Type:
Boolean
If the value is
true, shape editing will be forbidden.
By default, the value is
false, the shape can be edited in Word.
See Also