GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer / SearchText_3 Method





In This Topic
SearchText_3 Method (IGdViewer)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(276)>
Function SearchText_3( _
   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
[DispId(276)]
bool SearchText_3( 
   int Page,
   string Text,
   int Occurrence,
   bool CaseSensitive,
   ref float Left,
   ref float Top,
   ref float Width,
   ref float Height
)
function SearchText_3( 
    Page: Integer;
    Text: String;
    Occurrence: Integer;
    CaseSensitive: Boolean;
   var  Left: Single;
   var  Top: Single;
   var  Width: Single;
   var  Height: Single
): Boolean; 
DispIdAttribute(276)
function SearchText_3( 
   Page : int,
   Text : String,
   Occurrence : int,
   CaseSensitive : boolean,
   Left : float,
   Top : float,
   Width : float,
   Height : float
) : boolean;
[DispId(276)]
bool SearchText_3( 
   int Page,
   string* Text,
   int Occurrence,
   bool CaseSensitive,
   ref float Left,
   ref float Top,
   ref float Width,
   ref float Height
) 
[DispId(276)]
bool SearchText_3( 
   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

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdViewer
IGdViewer Members