WatermarkTextOptions
WatermarkTextOptions class
Options for settings text watermark to the converted document
Copy public sealed class WatermarkTextOptions : WatermarkOptions
Constructors
Properties
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.
Color { get; set; }
Watermark font color if text watermark is applied
Height { get; set; }
Watermark height
Left { get; set; }
Watermark left position
RotationAngle { get; set; }
Watermark rotation angle
Text { get; }
Watermark text
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.
WatermarkFont { get; set; }
Watermark font if text watermark is applied
Width { get; set; }
Watermark width
Methods
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.
See Also