Accusoft.PdfXpress5.Net
GetTextFinder Method
See Also  Send Feedback
Accusoft.PdfXpressSdk Namespace > Document Class : GetTextFinder Method




pageNumber
An integer value which represents the desired page number of the current document.
textFinderOptions
A TextFinderOptions value which contains user configurable options to control how text is extracted from the PDF page.

Glossary Item Box

Gets a TextFinder object for a page of the current document.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

pageNumber
An integer value which represents the desired page number of the current document.
textFinderOptions
A TextFinderOptions value which contains user configurable options to control how text is extracted from the PDF page.

Return Value

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.