LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

IsEndOfWord Property






Gets or sets a value that indicates if this 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 bool IsEndOfWord {get; set;}
 get_IsEndOfWord();
set_IsEndOfWord(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFTextProperties Structure
PDFTextProperties Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.