Accusoft.ScanFixXpress8.Net - Updated August 4, 2020
OnRemove Method (EnhancementOptionsCollection)




Accusoft.ScanFixXpressSdk Namespace > EnhancementOptionsCollection Class : OnRemove Method
Index to remove the object
Enhancement option to be removed
Performs type checking on the object before removing it from EnhancementOptionsCollection
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Protected Overrides Sub OnRemove( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
 
'Usage
 
Dim instance As EnhancementOptionsCollection
Dim index As Integer
Dim value As Object
 
instance.OnRemove(index, value)

Parameters

index
Index to remove the object
value
Enhancement option to be removed
See Also

Reference

EnhancementOptionsCollection Class
EnhancementOptionsCollection Members