BaseWatermarkResult

BaseWatermarkResult class

Describes base class for watermark result

public abstract class BaseWatermarkResult

Properties

Name Description
CreatedOn { get; set; } Get or set the watermark creation date.
Height { get; set; } Specifies height of watermark.
Left { get; set; } Specifies left position of watermark.
ModifiedOn { get; set; } Get or set the watermark modification date.
PageNumber { get; } Specifies the page watermark was placed on.
Top { get; set; } Specifies top position of watermark.
WatermarkId { get; } 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.
WatermarkPosition { get; } Specifies watermark position
WatermarkType { get; } Specifies the type of watermark.
Width { get; set; } Specifies width of watermark.

See Also