TextWatermarkResult class

TextWatermarkResult class

Contains text watermark properties.

The TextWatermarkResult type exposes the following members:

Constructors

Constructor Description
init Initializes a TextWatermarkResult object with the watermark identifier obtained after a search process.

Properties

Property Description
text The text in the watermark.
created_on The creation date of the watermark. (inherited from BaseWatermarkResult)
height The height of the watermark. (inherited from BaseWatermarkResult)
left The left position of the watermark. (inherited from BaseWatermarkResult)
modified_on The watermark modification date. (inherited from BaseWatermarkResult)
page_number The page number where the watermark was placed. (inherited from BaseWatermarkResult)
top The top position of the watermark. (inherited from BaseWatermarkResult)
watermark_id The unique identifier of the watermark, used to modify the watermark in the document via Update or Delete methods. (inherited from BaseWatermarkResult)
watermark_position The watermark position. (inherited from BaseWatermarkResult)
watermark_type The type of watermark. (inherited from BaseWatermarkResult)
width The width of the watermark. (inherited from BaseWatermarkResult)

See Also