CPDFTextSearcherFindPrev Method |
Search for previous matched pattern.
Namespace:
ComPDFKit.PDFPage
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 3.0.0+4b8ae91508c7f16ebf511129b42dfd307f45e350
Syntaxpublic bool FindPrev(
CPDFPage page,
ref CRect rect,
ref string content,
ref int startIndex,
ref List<CPoint> pointList
)
Parameters
- page
- Type: ComPDFKit.PDFPageCPDFPage
Page object, more:CPDFPage - 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