Accusoft.SmartZoneOCR5.Net - Updated
DataValidationListClear Method






Accusoft.SmartZoneOCRSdk Namespace > Reader Class : DataValidationListClear Method
Removes all entries from the data validation list.
Syntax
'Declaration
 
<System.Diagnostics.DebuggerNonUserCodeAttribute()>
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public Sub DataValidationListClear() 
'Usage
 
Dim instance As Reader
 
instance.DataValidationListClear()
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public void DataValidationListClear()
public procedure DataValidationListClear(); 
System.Diagnostics.DebuggerNonUserCodeAttribute()
System.Diagnostics.DebuggerStepThroughAttribute()
public function DataValidationListClear();
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public: void DataValidationListClear(); 
[System.Diagnostics.DebuggerNonUserCode()]
[System.Diagnostics.DebuggerStepThrough()]
public:
void DataValidationListClear(); 
Remarks

This method removes all existing entries from the data validation list.

See Also

Reference

Reader Class
Reader Members