Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

IsEndOfLine Property

Show in webframe
Indicates if this the last character in a line.
Syntax
get_isEndOfLine();
set_isEndOfLine(value);
Object.defineProperty('isEndOfLine');

Property Value

TypeDescription
booleantrue if this is the last character in a line; otherwise, it is false. The default value is false.
Remarks

DocumentPageText uses the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text found in a document.

See Also

Reference

DocumentCharacter Object
DocumentCharacter Members

Error processing SSI file