ScanFix Xpress v9.0 for .NET - Updated
OnValidate Method (EnhancementResultsCollection)




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

Parameters

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

Reference

EnhancementResultsCollection Class
EnhancementResultsCollection Members

Is this page helpful?
Yes No
Thanks for your feedback.