TextWatermark

TextWatermark constructor

Initializes a new instance of the TextWatermark class with a specified text and a font.

public TextWatermark(string text, Font font)
Parameter Type Description
text String The text to be used as watermark.
font Font The font of the text.

See Also