HeaderFooterText Constructors

Overloads

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

HeaderFooterText(String)

Initializes a new instance of the HeaderFooterText class.

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

Parameters

text
String

This text can be used for header footer template to display the text on the page.

Licensing Info

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

HeaderFooterText(String, Font, Single)

Initializes a new instance of the HeaderFooterText class.

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

Parameters

text
String

This text can be used for header footer template to display the text on the page.

font
Font

The Font representing font of the header footer text.

fontSize
Single

The font size representing size of the header footer text.

Licensing Info

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

See Also

HeaderFooterText
ceTe.DynamicPDF

In this topic