Accusoft.NotateXpress13.Net
UserDataFind Method (NotateXpress)




A string value which represents the user data key to search for.
User data can be added to each page in a key value pair.
Syntax
'Declaration
 
Public Function UserDataFind( _
   ByVal key As String _
) As String
'Usage
 
Dim instance As NotateXpress
Dim key As String
Dim value As String
 
value = instance.UserDataFind(key)
public string UserDataFind( 
   string key
)
public: string* UserDataFind( 
   string* key
) 
public:
String^ UserDataFind( 
   String^ key
) 

Parameters

key
A string value which represents the user data key to search for.

Return Value

A String which represents the user data from the matching key.
Remarks

This will return the value of an existing key.

See Also

Reference

NotateXpress Class
NotateXpress Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback