TextWatermark Constructors

Overloads

TextWatermark(String)Initializes a new instance of the TextWatermark class.
TextWatermark(String, Font)Initializes a new instance of the TextWatermark class.
TextWatermark(String, Font, Single)Initializes a new instance of the TextWatermark class.

TextWatermark(String)

Initializes a new instance of the TextWatermark class.

public TextWatermark(string text)
Public Sub New (text As String)

Parameters

text
String

Text to display in the Watermark.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

TextWatermark(String, Font)

Initializes a new instance of the TextWatermark class.

public TextWatermark(string text, Font font)
Public Sub New (text As String, font As Font)

Parameters

text
String

Text to display in the Watermark.

font
Font

Font for the text of the Watermark.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

TextWatermark(String, Font, Single)

Initializes a new instance of the TextWatermark class.

public TextWatermark(string text, Font font, float fontSize)
Public Sub New (text As String, font As Font, fontSize As Single)

Parameters

text
String

Text to display in the Watermark.

font
Font

Font for the text of the Watermark.

fontSize
Single

Font size of the text of the Watermark.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

TextWatermark
ceTe.DynamicPDF.PageElements

In this topic