PdfTextExtractSearchText(Byte, String, Boolean, Boolean) Method
Call this method to search text in a PDF document contained in a memory buffer
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfTextSearchItem[] SearchText(
byte[] pdfBuffer,
string text,
bool matchCase,
bool matchWholeWord
)
Public Function SearchText (
pdfBuffer As Byte(),
text As String,
matchCase As Boolean,
matchWholeWord As Boolean
) As PdfTextSearchItem()
public:
array<PdfTextSearchItem^>^ SearchText(
array<unsigned char>^ pdfBuffer,
String^ text,
bool matchCase,
bool matchWholeWord
)
member SearchText :
pdfBuffer : byte[] *
text : string *
matchCase : bool *
matchWholeWord : bool -> PdfTextSearchItem[]
- pdfBuffer Byte
- The PDF document memory buffer
- text String
- The text to search
- matchCase Boolean
- Controls if the search should match case
- matchWholeWord Boolean
- Controls if the search should match whole words
PdfTextSearchItemAn array containing the searched text instances in PDF document