Accusoft.SmartZoneOCR5.Net - Updated
DataValidationListAddEntry Method






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : DataValidationListAddEntry Method
New entry for DataValidationList, must be 80 characters or less.
Adds an entry to the data validation list.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Sub DataValidationListAddEntry( _
   ByVal newEntry As System.String _
) 
'Usage
 
Dim instance As Reader
Dim newEntry As System.String
 
instance.DataValidationListAddEntry(newEntry)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public void DataValidationListAddEntry( 
   System.string newEntry
)
public procedure DataValidationListAddEntry( 
    newEntry: System.String
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function DataValidationListAddEntry( 
   newEntry : System.String
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: void DataValidationListAddEntry( 
   System.string* newEntry
) 
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
void DataValidationListAddEntry( 
   System.String^ newEntry
) 

Parameters

newEntry
New entry for DataValidationList, must be 80 characters or less.
Exceptions
ExceptionDescription
Thrown if the length of entry is greater than 80 characters, null or an empty string.
Remarks

This method adds an entry to the data validation list.

See Also

Reference

Reader Class
Reader Members