PresentationWatermarkBaseSlideOptionsProtectWithUnreadableCharacters Property |
Gets or sets a value indicating whether the text watermark characters are mixed with unreadable characters.
Namespace: GroupDocs.Watermark.Options.PresentationAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntaxpublic bool ProtectWithUnreadableCharacters { get; set; }
Public Property ProtectWithUnreadableCharacters As Boolean
Get
Set
public:
property bool ProtectWithUnreadableCharacters {
bool get ();
void set (bool value);
}
member ProtectWithUnreadableCharacters : bool with get, set
Property Value
Type:
BooleanA value indicating whether the text watermark characters are mixed with unreadable characters.
Remarks
This protection applies only when the value of
IsLocked property is
true.
See Also