ImageWatermarkResult class

ImageWatermarkResult class

Contains Image watermark properties.

Inheritance: ImageWatermarkResultBaseWatermarkResult

The ImageWatermarkResult type exposes the following members:

Constructors

Constructor Description
init Initialize ImageWatermarkResult 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.
size Specifies the size in bytes of watermark image.

See Also