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