font_strikeout property

font_strikeout property

Gets or sets a value indicating whether the font used in watermark text formatting is strikeout.

Definition:

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

See Also