Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents 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 boolean isEndOfLine() public void setEndOfLine(boolean value)
DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.
For an example, refer to DocumentPageText.