BaseWatermarkResult
Leave feedback
On this page
Describes base class for watermark result
public abstract class BaseWatermarkResult
| 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. |
- namespace GroupDocs.Watermark.Watermarks.Results
- assembly GroupDocs.Watermark
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.