CPDFTextSearcherFindNext Method |
Search for next matched pattern.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntaxpublic bool FindNext(
CPDFPage page,
CPDFTextPage textPage,
ref CRect rect,
ref string content,
ref int startIndex,
ref List<CPoint> pointList
)
Parameters
- page
- Type: ComPDFKit.PDFPageCPDFPage
Page object, more:CPDFPage - textPage
- Type: ComPDFKit.PDFPageCPDFTextPage
Text page object, more:CPDFTextPage - rect
- Type: ComPDFKit.ImportCRect
Text rectangle - content
- Type: SystemString
Content - startIndex
- Type: SystemInt32
Start page index - pointList
- Type: System.Collections.GenericListCPoint
Return Value
Type:
BooleanReturns true on success, false on failure.
See Also