←Select platform

IsEndOfPage Property

Summary

Gets or sets a value that indicates if this the last word in a page.

Syntax

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

Property Value

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

Remarks

You can use the IsEndOfLine, IsEndOfParagraph and IsEndOfPage properties to construct the 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