Error processing SSI file
LEADTOOLS PDF (Leadtools.Pdf assembly)

Show in webframe

IsEndOfWord Property






Indicates whether this is the last character in a word.
Syntax
public bool IsEndOfWord {get; set;}
'Declaration
 
Public Property IsEndOfWord As Boolean
'Usage
 
Dim instance As PDFTextProperties
Dim value As Boolean
 
instance.IsEndOfWord = value
 
value = instance.IsEndOfWord
public boolean isEndOfWord()
public void setEndOfWord(boolean isEndOfWord)
            
public:
property bool IsEndOfWord {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

PDFTextProperties Structure
PDFTextProperties Members

Error processing SSI file
   Leadtools.Pdf requires a PDF Pro, Pro Suite, Document, or Medical license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features