←Select platform

IsEndOfParagraph Property

Summary

Gets or sets a value that indicates if this the last character in a paragraph.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="isEndOfParagraph", Order=7)] 
public bool IsEndOfParagraph { get; set; } 
  
Public Property IsEndOfParagraph As Boolean 
public: 
property bool IsEndOfParagraph { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if this is the last character in a paragraph; otherwise, it is false. The default value is false.

Remarks

You can use the IsEndOfWord, IsEndOfLine, IsEndOfParagraph and IsEndOfPage properties to construct the words, lines, paragraphs and pages of the text found in a document.

Example

For an example, refer to DocumentPageText.

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentReaders Assembly