TextWatermarkResult class

TextWatermarkResult class

Contains Text watermark properties.

Inheritance: TextWatermarkResultBaseWatermarkResult

The TextWatermarkResult type exposes the following members:

Constructors

Constructor Description
init Initialize TextWatermarkResult object with watermark identifier that was obtained after search process.
This unique identifier is used to find additional properties for this watermark from document watermark information layer.

Properties

Property Description
watermark_type Specifies the type of watermark.
watermark_position Specifies watermark position
page_number Specifies the page watermark was placed on.
watermark_id Unique watermark identifier to modify watermark in the document over Update or Delete methods.
This property will be set automatically after Add method being called.
If this property was saved before it can be set manually to manipulate the watermark.
created_on Get or set the watermark creation date.
modified_on Get or set the watermark modification date.
top Specifies top position of watermark.
left Specifies left position of watermark.
width Specifies width of watermark.
height Specifies height of watermark.
text Specifies text in watermark.

See Also