ImageGear .NET
ImGearRecUDItem Constructor(String,String,Boolean)




Section the item belongs to in the user dictionary.
Item text (word).
Set to true if the item is a regular expression, otherwise false.
Initializes a new instance of the ImGearRecUDItem class.
Syntax
public ImGearRecUDItem( 
   string sectionName,
   string itemText,
   bool isRegularExpression
)
public: ImGearRecUDItem( 
   string* sectionName,
   string* itemText,
   bool isRegularExpression
)
public:
ImGearRecUDItem( 
   String^ sectionName,
   String^ itemText,
   bool isRegularExpression
)
'Declaration
 
Public Function New( _
   ByVal sectionName As String, _
   ByVal itemText As String, _
   ByVal isRegularExpression As Boolean _
)
 
'Usage
 
Dim sectionName As String
Dim itemText As String
Dim isRegularExpression As Boolean
 
Dim instance As New ImGearRecUDItem(sectionName, itemText, isRegularExpression)

Parameters

sectionName
Section the item belongs to in the user dictionary.
itemText
Item text (word).
isRegularExpression
Set to true if the item is a regular expression, otherwise false.
See Also

Reference

ImGearRecUDItem Class
ImGearRecUDItem Members
Overload List
ImGearRecUDItem Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback