ImageGear .NET v24.12 - Updated
ImGearRecUDItem Constructor(String,String,Boolean)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecUDItem Class > ImGearRecUDItem Constructor : 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
'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)
public ImGearRecUDItem( 
   string sectionName,
   string itemText,
   bool isRegularExpression
)
public: ImGearRecUDItem( 
   string* sectionName,
   string* itemText,
   bool isRegularExpression
)
public:
ImGearRecUDItem( 
   String^ sectionName,
   String^ itemText,
   bool 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