TextLineList.SetText

Overloads

SetText(Char[])Sets the text of the text line list to a new value.
SetText(String)Sets the text of the text line list to a new value.

SetText(Char[])

Sets the text of the text line list to a new value.

public void SetText(Char[] text)
Sub SetText(text As Char[])

Parameters

text
Char[]

Character array to set as the text of the text line list.

Licensing Info

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

SetText(String)

Sets the text of the text line list to a new value.

public void SetText(string text)
Sub SetText(text As String)

Parameters

text
String

Text to set as the text of the text line list.

Licensing Info

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

See Also

TextLineList
ceTe.DynamicPDF.Text

In this topic