ImageWatermarkResult class

ImageWatermarkResult class

Contains image watermark properties.

The ImageWatermarkResult type exposes the following members:

Constructors

Constructor Description
init Initializes ImageWatermarkResult with a unique watermark identifier obtained by the Sign or Search method of GroupDocs.Signature.Signature.

Properties

Property Description
size The size in bytes of the watermark image.
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