WordProcessingWatermarkBaseOptionsLockType Property |
Gets or sets the watermark lock type.
Namespace: GroupDocs.Watermark.Options.WordProcessingAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic WordProcessingLockType LockType { get; set; }
Public Property LockType As WordProcessingLockType
Get
Set
public:
property WordProcessingLockType LockType {
WordProcessingLockType get ();
void set (WordProcessingLockType value);
}
member LockType : WordProcessingLockType with get, set
Property Value
Type:
WordProcessingLockTypeThe watermark lock type.
Remarks
See Also