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





In This Topic
SearchText_3 Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(644)>
Function SearchText_3( _
   ByVal Text As String, _
   ByVal Occurrence As Integer, _
   ByVal CaseSensitive As Boolean, _
   ByVal WholeWords As Boolean, _
   ByVal OrdinalComparison As Boolean, _
   ByRef BoundingBoxes() As Single _
) As Boolean
[DispId(644)]
bool SearchText_3( 
   string Text,
   int Occurrence,
   bool CaseSensitive,
   bool WholeWords,
   bool OrdinalComparison,
   ref float[] BoundingBoxes
)
function SearchText_3( 
    Text: String;
    Occurrence: Integer;
    CaseSensitive: Boolean;
    WholeWords: Boolean;
    OrdinalComparison: Boolean;
   var  BoundingBoxes: Singlearray of
): Boolean; 
DispIdAttribute(644)
function SearchText_3( 
   Text : String,
   Occurrence : int,
   CaseSensitive : boolean,
   WholeWords : boolean,
   OrdinalComparison : boolean,
   BoundingBoxes : float[]
) : boolean;
[DispId(644)]
bool SearchText_3( 
   string* Text,
   int Occurrence,
   bool CaseSensitive,
   bool WholeWords,
   bool OrdinalComparison,
   ref float[]* BoundingBoxes
) 
[DispId(644)]
bool SearchText_3( 
   String^ Text,
   int Occurrence,
   bool CaseSensitive,
   bool WholeWords,
   bool OrdinalComparison,
   array<float>^% BoundingBoxes
) 

Parameters

Text
Occurrence
CaseSensitive
WholeWords
OrdinalComparison
BoundingBoxes
See Also

Reference

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