v_alignment property

v_alignment property

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

Remarks

Only Top, Center, Bottom is valid. Default is Top.

Definition:

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

See Also