WatermarkTextOptions class

WatermarkTextOptions class

Options for settings text watermark to the converted document

Inheritance: WatermarkTextOptionsWatermarkOptionsValueObject

The WatermarkTextOptions 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.
text Watermark text
watermark_font Watermark font if text watermark is applied
color Watermark font color if text watermark is applied

Methods

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

See Also