WatermarkImageOptions

WatermarkImageOptions class

Options for settings watermark to the converted document

public sealed class WatermarkImageOptions : WatermarkOptions

Constructors

Name Description
WatermarkImageOptions(byte[]) Create WatermarkOptions class and set watermark text

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.
Height { get; set; } Watermark height
Image { get; } Image watermark
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

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