Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

GetText(LeadRectD) Method






The region of interest area. If this value is Empty, then the text of the whole page is obtained.
Gets the text content of an area in this page.
Syntax
public DocumentPageText GetText( 
   LeadRectD clip
)
'Declaration
 
Public Overloads Function GetText( _
   ByVal clip As LeadRectD _
) As DocumentPageText
'Usage
 
Dim instance As DocumentPage
Dim clip As LeadRectD
Dim value As DocumentPageText
 
value = instance.GetText(clip)
public DocumentPageText getText(LeadRectD clip)
            
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 except that it returns the text included in clip only.

Requirements

Target Platforms

See Also

Reference

DocumentPage Class
DocumentPage Members
Overload List

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features