Accusoft.PdfXpress7.Net
GetTextMatch Method




User configurable options to control how text matches are generated.
Provides text match information for any substring of the string returned by GetText.
Syntax
'Declaration
 
Public Function GetTextMatch( _
   ByVal textMatchOptions As TextMatchOptions _
) As TextMatch
'Usage
 
Dim instance As TextFinder
Dim textMatchOptions As TextMatchOptions
Dim value As TextMatch
 
value = instance.GetTextMatch(textMatchOptions)
public TextMatch GetTextMatch( 
   TextMatchOptions textMatchOptions
)
public: TextMatch* GetTextMatch( 
   TextMatchOptions* textMatchOptions
) 
public:
TextMatch^ GetTextMatch( 
   TextMatchOptions^ textMatchOptions
) 

Parameters

textMatchOptions
User configurable options to control how text matches are generated.

Return Value

A TextMatch object that provides the match text, sentence context, and PDF user-space coordinates of the request substring.
See Also

Reference

TextFinder Class
TextFinder Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback