Accusoft.SmartZoneOCR5.Net - Updated
DataValidationListRemoveEntry Method






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : DataValidationListRemoveEntry Method
The DataValidationList entry string to be removed from the list
Removes an entry from the data validation list.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
Public Sub DataValidationListRemoveEntry( _
   ByVal entry As System.String _
) 
'Usage
 
Dim instance As Reader
Dim entry As System.String
 
instance.DataValidationListRemoveEntry(entry)
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public void DataValidationListRemoveEntry( 
   System.string entry
)
public procedure DataValidationListRemoveEntry( 
    entry: System.String
); 
System.Diagnostics.DebuggerStepThroughAttribute()
System.Diagnostics.DebuggerNonUserCodeAttribute()
public function DataValidationListRemoveEntry( 
   entry : System.String
);
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public: void DataValidationListRemoveEntry( 
   System.string* entry
) 
[System.Diagnostics.DebuggerStepThrough()]
[System.Diagnostics.DebuggerNonUserCode()]
public:
void DataValidationListRemoveEntry( 
   System.String^ entry
) 

Parameters

entry
The DataValidationList entry string to be removed from the list
Exceptions
ExceptionDescription
Thrown if the length of entry is greater than 80 characters.
Remarks

This method removes a specified entry from the data validation list. If the entry is not found, an exception will not be thrown.

See Also

Reference

Reader Class
Reader Members