←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: 
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 21.0.2021.7.6
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.