Title Constructors

Overloads

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

Title(String)

Initializes a new instance of the Title class.

public Title(string title)
Public Sub New (title As String)

Parameters

title
String

Indicating the title.

Licensing Info

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

Title(String, Color)

Initializes a new instance of the Title class.

public Title(string title, Color textColor)
Public Sub New (title As String, textColor As Color)

Parameters

title
String

Indicating the title.

textColor
Color

Color of the title.

Licensing Info

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

Title(String, Font, Single)

Initializes a new instance of the Title class.

public Title(string title, Font font, float fontSize)
Public Sub New (title As String, font As Font, fontSize As Single)

Parameters

title
String

Indicating the title.

font
Font

Font of the title.

fontSize
Single

Size of the the title.

Licensing Info

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

Title(String, Font, Single, Color)

Initializes a new instance of the Title class.

public Title(string title, Font font, float fontSize, Color textColor)
Public Sub New (title As String, font As Font, fontSize As Single, textColor As Color)

Parameters

title
String

Indicating the title.

font
Font

Font of the title.

fontSize
Single

Size of the title.

textColor
Color

Color of the title.

Licensing Info

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

See Also

Title
ceTe.DynamicPDF.PageElements.Charting

In this topic