Accusoft PDF Xpress Control v5.0
GetTextFinder Method
See Also  Send comments on this topic.
PageNumber
A long value which represents the page number.
pITextFinderOptions
A TextFinderOptions value which contains information about the text matching for the specified page.
PdfDocument Object : GetTextFinder Method

Glossary Item Box

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.

See Also

©2012. Accusoft Corporation. All Rights Reserved.