1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Convert
  6. /
  7. WatermarkOptions

WatermarkOptions class

Options for settings watermark to the converted document

public abstract class WatermarkOptions : ValueObject, ICloneable

Public Members

namedescription
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

See Also