ScanFix Xpress v9.0 for .NET - Updated
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
 
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)
protected override void OnRemove( 
   int index,
   object value
)
protected: void OnRemove( 
   int index,
   Object* value
) override 
protected:
void OnRemove( 
   int index,
   Object^ value
) override 

Parameters

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

Reference

EnhancementOptionsCollection Class
EnhancementOptionsCollection Members

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