←Select platform

GetText(LeadRectD) Method

Summary

Gets the text content of an area in this page.

Syntax

C#
VB
Java
C++
public DocumentPageText GetText( 
   LeadRectD clip 
) 
Public Function GetText() As DocumentPageText 
public:  
   DocumentPageText^ GetText() 
public DocumentPageText getText(LeadRectD clip) 

Parameters

clip

The region of interest area. If this value is Empty, then the text of the whole page is obtained.

Return Value

The text content of this DocumentPage as a DocumentPageText object.

Remarks

This method works similarly to GetText only.

Requirements

Target Platforms

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

Leadtools.Documents Assembly