ImageWatermarkResult
Contents
[
Hide
]
ImageWatermarkResult class
Contains Image watermark properties.
public class ImageWatermarkResult : BaseWatermarkResult
Constructors
Name | Description |
---|---|
ImageWatermarkResult(string) | 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
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. |
Size { get; } | Specifies the size in bytes of watermark image. |
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
- class BaseWatermarkResult
- namespace GroupDocs.Watermark.Watermarks.Results
- assembly GroupDocs.Watermark