HeaderFooterTemplate Constructors

Overloads

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

HeaderFooterTemplate()

Initializes a new instance of the HeaderFooterTemplate class.

public HeaderFooterTemplate()
Public Sub New ()

Licensing Info

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

HeaderFooterTemplate(String)

Initializes a new instance of the HeaderFooterTemplate class.

public HeaderFooterTemplate(string footerText)
Public Sub New (footerText As String)

Parameters

footerText
String

The HeaderFooterText representing the footer text of the page.

Licensing Info

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

HeaderFooterTemplate(String, String)

Initializes a new instance of the HeaderFooterTemplate class.

public HeaderFooterTemplate(string headerText, string footerText)
Public Sub New (headerText As String, footerText As String)

Parameters

headerText
String

The HeaderFooterText representing the header text of the page.

footerText
String

The HeaderFooterText representing the footer text of the page.

Licensing Info

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

HeaderFooterTemplate(String, String, Font, Single)

Initializes a new instance of the HeaderFooterTemplate class.

public HeaderFooterTemplate(string headerText, string footerText, Font font, float fontsize)
Public Sub New (headerText As String, footerText As String, font As Font, fontsize As Single)

Parameters

headerText
String

The HeaderFooterText representing the header text of the page.

footerText
String

The HeaderFooterText representing the footer text of 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

HeaderFooterTemplate
ceTe.DynamicPDF

In this topic