Winnovative PDF to Text Documentation

PdfToTextConverterFindText Method (Byte, String, Boolean, Boolean)

Winnovative PDF to Text
Searches for a given text in all the pages of a PDF document

Namespace:  Winnovative.PdfToText
Assembly:  WnvPdfToText (in WnvPdfToText.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public FindTextLocation[] FindText(
	byte[] pdfData,
	string textToFind,
	bool caseSensitive,
	bool wholeWord
)

Parameters

pdfData
Type: SystemByte
The memory buffer containing the PDF document
textToFind
Type: SystemString
The text to find
caseSensitive
Type: SystemBoolean
A flag indicating if the search should match case
wholeWord
Type: SystemBoolean
A flag indicating if the search should match whole words

Return Value

Type: FindTextLocation
The records containing the location of the searched text in PDF document pages
See Also

Reference