←Select platform

IsEndOfWord Property

Summary

Indicates whether this is the last character in a word.

Syntax

C#
VB
Java
C++
public bool IsEndOfWord {get; set;}
Public Property IsEndOfWord As Boolean
public boolean isEndOfWord() 
public void setEndOfWord(boolean isEndOfWord) 
public: 
property bool IsEndOfWord { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if this is the last character in a word; 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