In This Topic
GdPicture14.WPF Namespace / GdViewer Class / GetTextOccurrenceCount Method / GetTextOccurrenceCount(Int32,String,Boolean,Boolean) Method

GetTextOccurrenceCount(Int32,String,Boolean,Boolean) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function GetTextOccurrenceCount( _

   ByVal Page As Integer, _

   ByVal Text As String, _

   ByVal CaseSensitive As Boolean, _

   ByVal WholeWords As Boolean _

) As Integer
public int GetTextOccurrenceCount( 

   int Page,

   string Text,

   bool CaseSensitive,

   bool WholeWords

)
public function GetTextOccurrenceCount( 

    Page: Integer;

    Text: String;

    CaseSensitive: Boolean;

    WholeWords: Boolean

): Integer; 
public function GetTextOccurrenceCount( 

   Page : int,

   Text : String,

   CaseSensitive : boolean,

   WholeWords : boolean

) : int;
public: int GetTextOccurrenceCount( 

   int Page,

   string* Text,

   bool CaseSensitive,

   bool WholeWords

) 
public:

int GetTextOccurrenceCount( 

   int Page,

   String^ Text,

   bool CaseSensitive,

   bool WholeWords

) 

Parameters

Page
Text
CaseSensitive
WholeWords
See Also