Leadtools.Forms.DocumentReaders Namespace > DocumentWord Structure : IsEndOfLine Property |
public bool IsEndOfLine {get; set;}
'Declaration Public Property IsEndOfLine As Boolean
'Usage Dim instance As DocumentWord Dim value As Boolean instance.IsEndOfLine = value value = instance.IsEndOfLine
You can use the IsEndOfLine, IsEndOfParagraph and IsEndOfPage properties to construct the lines, paragraphs and pages of the text found in a document.
For an example, refer to DocumentPageText.