WatermarkOptions class

WatermarkOptions class

Provides options for setting a watermark on the converted document.

The WatermarkOptions type exposes the following members:

Methods

Method Description
clone Clone current instance.
equals Determines whether two object instances are equal. (inherited from ValueObject)
equals_object (inherited from ValueObject)
equals_value_object (inherited from ValueObject)
get_hash_code Serves as the default hash function. (inherited from ValueObject)

Properties

Property Description
auto_align The watermark is automatically scaled to fit the page size when set to True.
background The watermark is stamped as background; if True, it is laid at the bottom, otherwise it is laid on top (default is False).
height The watermark height.
left The watermark left position.
rotation_angle The watermark rotation angle.
top The watermark top position.
transparency The watermark transparency. Value between 0 and 1. Value 0 is fully visible, value 1 is invisible.
width The watermark width.

See Also