Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFTextProperties Structure : IsEndOfWord Property |
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)
You can use the IsEndOfWord and IsEndOfLine properties to construct the words and lines of the text in a PDF page.
For an example, refer to PDFObject.