In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / SearchText_4 Method

SearchText_4 Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(658)>

Function SearchText_4( _

   ByVal Text As String, _

   ByVal Occurrence As Integer, _

   ByVal CaseSensitive As Boolean, _

   ByVal WholeWords As Boolean, _

   ByVal AnyWord As Boolean, _

   ByVal OrdinalComparison As Boolean, _

   ByRef Left As Single, _

   ByRef Top As Single, _

   ByRef Width As Single, _

   ByRef Height As Single _

) As Boolean
[DispId(658)]

bool SearchText_4( 

   string Text,

   int Occurrence,

   bool CaseSensitive,

   bool WholeWords,

   bool AnyWord,

   bool OrdinalComparison,

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

)
function SearchText_4( 

    Text: String;

    Occurrence: Integer;

    CaseSensitive: Boolean;

    WholeWords: Boolean;

    AnyWord: Boolean;

    OrdinalComparison: Boolean;

   var  Left: Single;

   var  Top: Single;

   var  Width: Single;

   var  Height: Single

): Boolean; 
DispIdAttribute(658)

function SearchText_4( 

   Text : String,

   Occurrence : int,

   CaseSensitive : boolean,

   WholeWords : boolean,

   AnyWord : boolean,

   OrdinalComparison : boolean,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : boolean;
[DispId(658)]

bool SearchText_4( 

   string* Text,

   int Occurrence,

   bool CaseSensitive,

   bool WholeWords,

   bool AnyWord,

   bool OrdinalComparison,

   ref float Left,

   ref float Top,

   ref float Width,

   ref float Height

) 
[DispId(658)]

bool SearchText_4( 

   String^ Text,

   int Occurrence,

   bool CaseSensitive,

   bool WholeWords,

   bool AnyWord,

   bool OrdinalComparison,

   float% Left,

   float% Top,

   float% Width,

   float% Height

) 

Parameters

Text
Occurrence
CaseSensitive
WholeWords
AnyWord
OrdinalComparison
Left
Top
Width
Height
See Also

Reference

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