Accusoft PDF Xpress Control v7.0
GetTextFinder Method
A long value which represents the page number.
A TextFinderOptions value which contains information about the text matching for the specified page.
Description
Gets a TextFinder object for a page of the current document which contains the matching text information from user-defined criteria.
Syntax
Visual Basic
Public Function GetTextFinder( _
   ByVal PageNumber As Long, _
   ByVal pITextFinderOptions As TextFinderOptions _
) As TextFinder
Parameters
PageNumber
A long value which represents the page number.
pITextFinderOptions
A TextFinderOptions value which contains information about the text matching for the specified page.
Return Type
A TextFinder object which represent the text of the selected PDF page.
Remarks

A TextFinder object provides access to all text contained in the PDF page, represented as a single text string. You can also perform text searching on this text string and the TextFinder object will provide the text, sentence context, and PDF user-space coordinates of any substring identified as a match by your search process.

Example

See Also

PdfDocument Object  | PdfDocument Members  | TextFinder Object  | TextFinderOptions Object

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback