 | PdfFindFind Method |
Start a search.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic static PdfFind Find(
string findWhat,
PdfText text,
FindFlags flags,
int startIndex
)
Public Shared Function Find (
findWhat As String,
text As PdfText,
flags As FindFlags,
startIndex As Integer
) As PdfFind
public:
static PdfFind^ Find(
String^ findWhat,
PdfText^ text,
FindFlags flags,
int startIndex
)
static member Find :
findWhat : string *
text : PdfText *
flags : FindFlags *
startIndex : int -> PdfFind public static PdfFind Find(
String findWhat,
PdfText text,
FindFlags flags,
int startIndex
)
Patagames.Pdf.Net.PdfFind.Find = function(findWhat, text, flags, startIndex);
Parameters
- findWhat String
- A string match pattern
- text PdfText
- PdfText object.
- flags FindFlags
- Option flags. See FindFlags for details
- startIndex Int32
- Start from this character. -1 for end of the page
Return Value
PdfFindA object fot represents the search context.
See Also