protect_with_unreadable_characters property

protect_with_unreadable_characters property

Gets or sets a value indicating whether the text watermark characters are mixed with unreadable characters.

Remarks

This protection applies only when the value of PresentationWatermarkBaseSlideOptions.is_locked 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