BaseWatermarkResult class

BaseWatermarkResult class

Describes base class for watermark result

The BaseWatermarkResult type exposes the following members:

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.

See Also