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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.
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:
- An active DynamicPDF Ultimate Subscription
- An active DynamicPDF Professional or Professional Plus Subscription with DynamicPDF Core Suite selected.
- A DynamicPDF Core Suite for .NET v12.X Developer License.