GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
 / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
 / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF~SearchTextRegex
 / SearchTextRegex(String,Int32,Boolean,Boolean,IEnumerable<RectangleF>) Method
                                 
                                
                                    SearchTextRegex(String,Int32,Boolean,Boolean,IEnumerable<RectangleF>) Method
                                 
                                
                                    
                                        In This Topic
                                    
                                
                                
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Function SearchTextRegex( _
   ByVal  As String, _
   ByVal  As Integer, _
   ByVal  As Boolean, _
   ByVal  As Boolean, _
   ByRef  As IEnumerable(Of RectangleF) _
) As Boolean
             
        
            
            public bool SearchTextRegex( 
   string ,
   int ,
   bool ,
   bool ,
   out IEnumerable<RectangleF> 
)
             
        
            
            public function SearchTextRegex( 
    : String;
    : Integer;
    : Boolean;
    : Boolean;
   Out  : IEnumerable
): Boolean; 
             
        
            
            public function SearchTextRegex( 
    : String,
    : int,
    : boolean,
    : boolean,
    : IEnumerable
) : boolean;
             
        
            
            public: bool SearchTextRegex( 
   string* ,
   int ,
   bool ,
   bool ,
   [PARAMFLAG::Out] IEnumerable<RectangleF>* 
) 
             
        
            
            public:
bool SearchTextRegex( 
   String^ ,
   int ,
   bool ,
   bool ,
   [Out] IEnumerable<RectangleF>^ 
) 
             
        
             
        
            Parameters
- Pattern
- Occurrence
- CaseSensitive
- MatchOnlyBoundingBoxes
- BoundingBoxes
 
            
            
            
            
            
            
            
            
            
            
            
            See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members
Overload List