←Select platform

IsEndOfLine Property

Summary

Indicates whether this is the last character in a line.

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

Property Value

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

Remarks

You can use the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text in a PDF page.

Example

For an example, refer to PDFObject.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly