SyncFWord.FindText Method

Public Function FindText( _ 
ByVal base64 As String, _ 
ByVal searchstring As String
) As Boolean
This language is not supported or no code example is available.
public bool FindText( 
string base64
string searchstring 
)
This language is not supported or no code example is available.
public:  
bool FindText( 
String^ base64
String^ searchstring 
)
This language is not supported or no code example is available.
public function FindText( 
base64 : String
searchstring : String 
) : boolean;
This language is not supported or no code example is available.

Parameters

base64
string

searchstring
string

Return Value

bool

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition