UniversalLineBreaker.GetLines
Overloads
GetLines(Char[], Int32, Int32, Single, Font, Single) | Returns a TextLineList with the text broken into lines. |
GetLines(Char[], Int32, Int32, Single, Single, Font, Single) | Returns a TextLineList with the text broken into lines for Latin or CJK text. |
GetLines(Char[], Single, Font, Single) | Returns a TextLineList with the text broken into lines. |
GetLines(Char[], Single, Single, Font, Single) | Returns a TextLineList with the text broken into lines. |
GetLines(Char[], Int32, Int32, Single, Font, Single)
Returns a TextLineList with the text broken into lines.
public TextLineList GetLines(Char[] text, int start, int length, float width, Font font, float fontSize)
Function GetLines(text As Char[], start As Integer, length As Integer, width As Single, font As Font, fontSize As Single) As TextLineList
Parameters
- text
- Char[]
Text for the text line list.
- start
- Int32
Start index for the text of the text line list.
- length
- Int32
Length of the text of the text line list.
- width
- Single
Width of the text line list.
- font
- Font
Font to use for the text of the text line list.
- fontSize
- Single
Font size to use for the text of the text line list.
Returns
A TextLineList for the given 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.
GetLines(Char[], Int32, Int32, Single, Single, Font, Single)
Returns a TextLineList with the text broken into lines for Latin or CJK text.
public TextLineList GetLines(Char[] text, int start, int length, float width, float height, Font font, float fontSize)
Function GetLines(text As Char[], start As Integer, length As Integer, width As Single, height As Single, font As Font, fontSize As Single) As TextLineList
Parameters
- text
- Char[]
Text for the text line list.
- start
- Int32
Start index for the text of the text line list.
- length
- Int32
Length of the text of the text line list.
- width
- Single
Width of the text line list.
- height
- Single
Height of the text line list.
- font
- Font
Font to use for the text of the text line list.
- fontSize
- Single
Font size to use for the text of the text line list.
Returns
A TextLineList for the given 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.
GetLines(Char[], Single, Font, Single)
Returns a TextLineList with the text broken into lines.
public TextLineList GetLines(Char[] text, float width, Font font, float fontSize)
Function GetLines(text As Char[], width As Single, font As Font, fontSize As Single) As TextLineList
Parameters
- text
- Char[]
Text for the text line list.
- width
- Single
Width of the text line list.
- font
- Font
Font to use for the text of the text line list.
- fontSize
- Single
Font size to use for the text of the text line list.
Returns
A TextLineList for the given 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.
GetLines(Char[], Single, Single, Font, Single)
Returns a TextLineList with the text broken into lines.
public TextLineList GetLines(Char[] text, float width, float height, Font font, float fontSize)
Function GetLines(text As Char[], width As Single, height As Single, font As Font, fontSize As Single) As TextLineList
Parameters
- text
- Char[]
Text for the text line list.
- width
- Single
Width of the text line list.
- height
- Single
Height of the text line list.
- font
- Font
Font to use for the text of the text line list.
- fontSize
- Single
Font size to use for the text of the text line list.
Returns
A TextLineList for the given 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.