h_alignment property

h_alignment property

Gets or sets horizontal alignment of the watermark to the page.

Remarks

Only Left, Center, Right is valid. Default is Left.

Definition:

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

See Also