Accusoft.ScanFixXpress8.Net - Updated
OnValidate Method (EnhancementOptionsCollection)




Accusoft.ScanFixXpressSdk Namespace > EnhancementOptionsCollection Class : OnValidate Method
Value to be checked
Performs type checking on the object to ensure it is a ScanFix enhancement option
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Protected Overrides Sub OnValidate( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As EnhancementOptionsCollection
Dim value As Object
 
instance.OnValidate(value)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
protected override void OnValidate( 
   object value
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
protected: void OnValidate( 
   Object* value
) override 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
protected:
void OnValidate( 
   Object^ value
) override 

Parameters

value
Value to be checked
Exceptions
ExceptionDescription
Thrown when value parameter is null
See Also

Reference

EnhancementOptionsCollection Class
EnhancementOptionsCollection Members