←Select platform

IsEndOfLine Property

Summary

Indicates if this the last character in a line.

Syntax

C#
VB
Java
C++
public bool IsEndOfLine { get; set; } 
Public Property IsEndOfLine() As Boolean 
   Get 
   Set 
public:  
   property bool IsEndOfLine 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean isEndOfLine() 
public void setEndOfLine(boolean value) 

Property Value

true 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.

Example

For an example, refer to DocumentPageText.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly