Font.GetTextLines
Overloads
GetTextLines(Char[], Single, Single) | Returns a TextLineList for the given character array. |
GetTextLines(Char[], Single, Single, Single) | Returns a TextLineList for the given character array. |
GetTextLines(Char[], Single, Single)
Returns a TextLineList for the given character array.
public TextLineList GetTextLines(Char[] text, float width, float fontSize)
Function GetTextLines(text As Char[], width As Single, fontSize As Single) As TextLineList
Parameters
- text
- Char[]
Character array containing the text.
- width
- Single
Width to use when calculating the text lines.
- fontSize
- Single
Font size to use when calculating the text lines.
Returns
A TextLineList containing the text.
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.
GetTextLines(Char[], Single, Single, Single)
Returns a TextLineList for the given character array.
public TextLineList GetTextLines(Char[] text, float width, float height, float fontSize)
Function GetTextLines(text As Char[], width As Single, height As Single, fontSize As Single) As TextLineList
Parameters
- text
- Char[]
Character array containing the text.
- width
- Single
Width to use when calculating the text lines.
- height
- Single
Height to use when calculating the text lines.
- fontSize
- Single
Font size to use when calculating the text lines.
Returns
A TextLineList containing the text.
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.