Leadtools.Forms.DocumentReaders Namespace > DocumentCharacter Structure : IsEndOfLine Property |
public bool IsEndOfLine {get; set;}
'Declaration Public Property IsEndOfLine As Boolean
'Usage Dim instance As DocumentCharacter Dim value As Boolean instance.IsEndOfLine = value value = instance.IsEndOfLine
public bool IsEndOfLine {get; set;}
get_IsEndOfLine();
set_IsEndOfLine(value);
You can use the IsEndOfWord, IsEndOfLine, IsEndOfParagraph and IsEndOfPage properties to construct the words, lines, paragraphs and pages of the text found in a document.
For an example, refer to DocumentPageText.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2