WatermarkOptions class
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 |
Clone() | Clone current instance |
- namespace GroupDocs.Conversion.Options.Convert
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.