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

SearchText(String,Int32,Boolean) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function SearchText( _

   ByVal Text As String, _

   ByVal Occurrence As Integer, _

   ByVal CaseSensitive As Boolean _

) As Boolean
public bool SearchText( 

   string Text,

   int Occurrence,

   bool CaseSensitive

)
public function SearchText( 

    Text: String;

    Occurrence: Integer;

    CaseSensitive: Boolean

): Boolean; 
public function SearchText( 

   Text : String,

   Occurrence : int,

   CaseSensitive : boolean

) : boolean;
public: bool SearchText( 

   string* Text,

   int Occurrence,

   bool CaseSensitive

) 
public:

bool SearchText( 

   String^ Text,

   int Occurrence,

   bool CaseSensitive

) 

Parameters

Text
Occurrence
CaseSensitive
See Also