←Select platform

IsEndOfLine Property

Summary

Indicates whether this is the last character in a line.

Syntax

C#
VB
Java
C++
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Pdf Assembly
Click or drag to resize