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




Accusoft.ScanFixXpressSdk Namespace > EnhancementOptionsCollection Class : OnSet Method
Index of the item to set
Old value of the options item
New value of the options item
Performs type checking prior to setting a valid options item in EnhancementOptionsCollection
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Protected Overrides Sub OnSet( _
   ByVal index As Integer, _
   ByVal oldValue As Object, _
   ByVal newValue As Object _
) 
 
'Usage
 
Dim instance As EnhancementOptionsCollection
Dim index As Integer
Dim oldValue As Object
Dim newValue As Object
 
instance.OnSet(index, oldValue, newValue)

Parameters

index
Index of the item to set
oldValue
Old value of the options item
newValue
New value of the options item
See Also

Reference

EnhancementOptionsCollection Class
EnhancementOptionsCollection Members