Leadtools.Documents Namespace > DocumentCharacter Object : IsEndOfLine Property |
get_isEndOfLine();
set_isEndOfLine(value);
Object.defineProperty('isEndOfLine');
Type | Description |
---|---|
boolean | true if this is the last character in a line; otherwise, it is false. The default value is false. |
DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.