PresentationWatermarkBaseSlideOptionsIsLocked Property |
Gets or sets a value indicating whether an editing of the shape in PowerPoint is forbidden.
Namespace: GroupDocs.Watermark.Options.PresentationAssembly: 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:
BooleanIf the value is true, shape editing will be forbidden.
By default, the value is false, the shape can be edited in PowerPoint.
See Also