WatermarkImageOptions class

WatermarkImageOptions class

Options for settings watermark to the converted document

Inheritance: WatermarkImageOptionsWatermarkOptionsValueObject

The WatermarkImageOptions type exposes the following members:

Constructors

Constructor Description
init Create WatermarkOptions class and set watermark text

Properties

Property Description
width Watermark width
height Watermark height
top Watermark top position
left Watermark left position
rotation_angle Watermark rotation angle
transparency Watermark transparency. Value between 0 and 1. Value 0 is fully visible, value 1 is invisible.
background Indicates that the watermark is stamped as background. If the value is true, the watermark is laid at the bottom. By default is false and the watermark is laid on top.
auto_align Auto scale the watermark. If the value is true the position and size is automatically calculated to fit the page size.
image Image watermark

Methods

Method Description
equals Determines whether two object instances are equal.
clone Clone current instance

See Also