Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFTextProperties Structure : IsEndOfLine Property |
public bool IsEndOfLine {get; set;}
'Declaration
Public Property IsEndOfLine As Boolean
'Usage
Dim instance As PDFTextProperties Dim value As Boolean instance.IsEndOfLine = value value = instance.IsEndOfLine
public boolean isEndOfLine() public void setEndOfLine(boolean isEndOfLine)
You can use the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text in a PDF page.
For an example, refer to PDFObject.