Accusoft.Forms1 - Updated
ExecuteEnhancements Method



Accusoft.ScanFixXpressSdk Namespace > ScanFix Class : ExecuteEnhancements Method
The enhancements to be performed on the current image.
Execute the input enhancements on the current image.
Syntax
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Sub ExecuteEnhancements( _
   ByVal enhancements As Enhancements _
) 
Dim instance As ScanFix
Dim enhancements As Enhancements
 
instance.ExecuteEnhancements(enhancements)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public void ExecuteEnhancements( 
   Enhancements enhancements
)
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void ExecuteEnhancements( 
   Enhancements^ enhancements
) 

Parameters

enhancements
The enhancements to be performed on the current image.
Exceptions
ExceptionDescription
Thrown when required argument value is null.
Thrown when argument is out of range.
Thrown when argument enum value is invalid.
Thrown when image type is unsupported.
Thrown when operation failed.
Remarks

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.

See Also

Reference

ScanFix Class
ScanFix Members