LatinTextLineList Constructor
Initializes a new instance of the LatinTextLineList class.
public LatinTextLineList(Char[] text, int start, int length, float width, float height, Font font, float fontSize)
Public Sub New (text As Char[], start As Integer, length As Integer, width As Single, height As Single, font As Font, fontSize As Single)
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.
Licensing Info
This constructor 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.