SearchText(Int32,String,Int32,Boolean,Single,Single,Single,Single) Method
In This Topic
Syntax
'Declaration
Public Overloads Function SearchText( _
ByVal As Integer, _
ByVal As String, _
ByVal As Integer, _
ByVal As Boolean, _
ByRef As Single, _
ByRef As Single, _
ByRef As Single, _
ByRef As Single _
) As Boolean
public bool SearchText(
int ,
string ,
int ,
bool ,
ref float ,
ref float ,
ref float ,
ref float
)
public function SearchText(
: Integer;
: String;
: Integer;
: Boolean;
var : Single;
var : Single;
var : Single;
var : Single
): Boolean;
public function SearchText(
: int,
: String,
: int,
: boolean,
: float,
: float,
: float,
: float
) : boolean;
public: bool SearchText(
int ,
string* ,
int ,
bool ,
ref float ,
ref float ,
ref float ,
ref float
)
public:
bool SearchText(
int ,
String^ ,
int ,
bool ,
float% ,
float% ,
float% ,
float%
)
Parameters
- Page
- Text
- Occurrence
- CaseSensitive
- Left
- Top
- Width
- Height
See Also