In This Topic
GdPicture14.WPF Namespace / GdViewer Class / SearchText Method / SearchText(Int32,String,Int32,Boolean,Boolean,Boolean,Double,Double,Double,Double) Method

SearchText(Int32,String,Int32,Boolean,Boolean,Boolean,Double,Double,Double,Double) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function SearchText( _

   ByVal Page As Integer, _

   ByVal Text As String, _

   ByVal Occurrence As Integer, _

   ByVal CaseSensitive As Boolean, _

   ByVal WholeWords As Boolean, _

   ByVal OrdinalComparison As Boolean, _

   ByRef Left As Double, _

   ByRef Top As Double, _

   ByRef Width As Double, _

   ByRef Height As Double _

) As Boolean
public bool SearchText( 

   int Page,

   string Text,

   int Occurrence,

   bool CaseSensitive,

   bool WholeWords,

   bool OrdinalComparison,

   ref double Left,

   ref double Top,

   ref double Width,

   ref double Height

)
public function SearchText( 

    Page: Integer;

    Text: String;

    Occurrence: Integer;

    CaseSensitive: Boolean;

    WholeWords: Boolean;

    OrdinalComparison: Boolean;

   var  Left: Double;

   var  Top: Double;

   var  Width: Double;

   var  Height: Double

): Boolean; 
public function SearchText( 

   Page : int,

   Text : String,

   Occurrence : int,

   CaseSensitive : boolean,

   WholeWords : boolean,

   OrdinalComparison : boolean,

   Left : double,

   Top : double,

   Width : double,

   Height : double

) : boolean;
public: bool SearchText( 

   int Page,

   string* Text,

   int Occurrence,

   bool CaseSensitive,

   bool WholeWords,

   bool OrdinalComparison,

   ref double Left,

   ref double Top,

   ref double Width,

   ref double Height

) 
public:

bool SearchText( 

   int Page,

   String^ Text,

   int Occurrence,

   bool CaseSensitive,

   bool WholeWords,

   bool OrdinalComparison,

   double% Left,

   double% Top,

   double% Width,

   double% Height

) 

Parameters

Page
Text
Occurrence
CaseSensitive
WholeWords
OrdinalComparison
Left
Top
Width
Height
See Also