LatinTextLineList
Represents a Latin text line list.
public class LatinTextLineList : TextLineList
Public Class LatinTextLineList
    Inherits TextLineList
Inheritance: ObjectTextLineListLatinTextLineList
Licensing Info
This class 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.
 
Constructors
| LatinTextLineList(Char[], Int32, Int32, Single, Single, Font, Single) | Initializes a new instance of the LatinTextLineList class. | 
Properties
| AutoLeading | Gets or sets whether the leading of the text line list should be calculated automatically. (Inherited from TextLineList)  | 
| CleanParagraphBreaks | Gets or sets if the text line list should have clean paragraph breaks. (Inherited from TextLineList)  | 
| Count | Gets the number of lines in the text line list. (Inherited from TextLineList)  | 
| Font | Gets or sets the font of the text line list. (Inherited from TextLineList)  | 
| FontSize | Gets or sets the font size of the text line list. (Inherited from TextLineList)  | 
| Height | Gets or sets the height of the text line list. (Inherited from TextLineList)  | 
| Leading | Gets or sets the leading of the text line list. (Inherited from TextLineList)  | 
| ParagraphIndent | Gets or sets the paragraph indention of the text line list. (Inherited from TextLineList)  | 
| ParagraphSpacing | Gets or sets the paragraph spacing of the text line list. (Inherited from TextLineList)  | 
| VisibleLineCount | Gets the number of lines that will be drawn. (Inherited from TextLineList)  | 
| Width | Gets or set the width of the text line list. (Inherited from TextLineList)  | 
Methods
| Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Boolean) | Draws the text line list to the given PageWriter object. (Inherited from TextLineList)  | 
| Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean) | Draws the text line list to the given PageWriter object. (Inherited from TextLineList)  | 
| Draw(OperatorWriter, Single, Single, TextAlign, Color, Boolean, Int32, Int32, Boolean, Boolean) | Draws the text line list to the given PageWriter object. (Inherited from TextLineList)  | 
| Equals(Object) | Determines whether the specified Object is equal to the current Object . (Inherited from Object)  | 
| GetHashCode() | Serves as a hash function for a particular type. (Inherited from Object)  | 
| GetLineCount(Int32, Single) | Returns the number of lines that will draw for the given height. (Inherited from TextLineList)  | 
| GetMaximumWidth() | Get the maximum width of text in the line list. (Inherited from TextLineList)  | 
| GetOverflow(Single, Single) | Returns the overflow lines for the text line list. | 
| GetOverflowText() | Returns the overflow text of the text line list. | 
| GetRequiredHeight(Int32) | Returns the required height for the all the text to display. (Inherited from TextLineList)  | 
| GetText() | returns the text of the text line list. (Inherited from TextLineList)  | 
| GetTextHeight() | Returns the height of the visible text. (Inherited from TextLineList)  | 
| GetTextHeight(Int32) | Returns the height of the visible text. (Inherited from TextLineList)  | 
| GetType() | Gets the Type of the current instance. (Inherited from Object)  | 
| HasOverflow() | Returns a value indicating if the text line list has overflow lines. | 
| SetText(Char[]) | Sets the text of the text line list to a new value. (Inherited from TextLineList)  | 
| SetText(String) | Sets the text of the text line list to a new value. (Inherited from TextLineList)  | 
| ToString() | Returns a String that represents the current Object . (Inherited from Object)  |