TextLineList.GetTextHeight
Overloads
GetTextHeight() | Returns the height of the visible text. |
GetTextHeight(Int32) | Returns the height of the visible text. |
GetTextHeight()
Returns the height of the visible text.
public float GetTextHeight()
Function GetTextHeight() As Single
Returns
The height of 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.
GetTextHeight(Int32)
Returns the height of the visible text.
public float GetTextHeight(int lineCount)
Function GetTextHeight(lineCount As Integer) As Single
Parameters
- lineCount
- Int32
Number of lines to use for the calculation.
Returns
The height of 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.