Execute the input enhancements on the current image.
Visual Basic |
---|
Public Sub ExecuteEnhancements( _ ByVal EnhancementList As Enhancements _ ) |
- EnhancementList
- The enhancements to be performed on the current image.
This method will apply the ScanFix enhancements to the current image in the order which they appear in the enhancement list.
Note: If an error is encountered, execution will stop at the enhancement option which causes the error and an exception will be thrown. No result will be added for an enhancement option that causes an error.