←Select platform

IsEndOfWord Property

Summary
Indicates whether this is the last character in a word.
Syntax
C#
VB
C++
Java
public bool IsEndOfWord { get; set; } 
Public Property IsEndOfWord As Boolean 
public 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

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.