protect_with_unreadable_characters property

protect_with_unreadable_characters property

The property indicating whether the text watermark characters are mixed with unreadable characters.

This protection applies only when the PresentationWatermarkBaseSlideOptions.IsLocked property is True.

Definition:

@property
def protect_with_unreadable_characters(self):
    ...
@protect_with_unreadable_characters.setter
def protect_with_unreadable_characters(self, value):
    ...

See Also