WatermarkOptions
Leave feedback
On this page
Options for settings watermark to the converted document
public abstract class WatermarkOptions : ValueObject, ICloneable
| Name | Description |
|---|---|
| AutoAlign { get; set; } | Auto scale the watermark. If the value is true the position and size is automatically calculated to fit the page size. |
| Background { get; set; } | Indicates that the watermark is stamped as background. If the value is true, the watermark is laid at the bottom. By default is false and the watermark is laid on top. |
| Height { get; set; } | Watermark height |
| Left { get; set; } | Watermark left position |
| RotationAngle { get; set; } | Watermark rotation angle |
| Top { get; set; } | Watermark top position |
| Transparency { get; set; } | Watermark transparency. Value between 0 and 1. Value 0 is fully visible, value 1 is invisible. |
| Width { get; set; } | Watermark width |
| Name | Description |
|---|---|
| Clone() | Clone current instance |
| override Equals(object) | Determines whether two object instances are equal. |
| virtual Equals(ValueObject) | Determines whether two object instances are equal. |
| override GetHashCode() | Serves as the default hash function. |
- class ValueObject
- namespace GroupDocs.Conversion.Options.Convert
- assembly GroupDocs.Conversion
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.