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

SearchText(Int32,String,Int32,Boolean,Single,Single,Single,Single) 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, _

   ByRef Left As Single, _

   ByRef Top As Single, _

   ByRef Width As Single, _

   ByRef Height As Single _

) As Boolean
public bool SearchText( 

   int Page,

   string Text,

   int Occurrence,

   bool CaseSensitive,

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

)
public function SearchText( 

    Page: Integer;

    Text: String;

    Occurrence: Integer;

    CaseSensitive: Boolean;

   var  Left: Single;

   var  Top: Single;

   var  Width: Single;

   var  Height: Single

): Boolean; 
public function SearchText( 

   Page : int,

   Text : String,

   Occurrence : int,

   CaseSensitive : boolean,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : boolean;
public: bool SearchText( 

   int Page,

   string* Text,

   int Occurrence,

   bool CaseSensitive,

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

) 
public:

bool SearchText( 

   int Page,

   String^ Text,

   int Occurrence,

   bool CaseSensitive,

   float% Left,

   float% Top,

   float% Width,

   float% Height

) 

Parameters

Page
Text
Occurrence
CaseSensitive
Left
Top
Width
Height
See Also