Accusoft.ScanFixXpress8.Net
ExecuteEnhancements Method




The enhancements to be performed on the current image.
Execute the input enhancements on the current image.
Syntax
'Declaration
 
<DebuggerNonUserCodeAttribute()>
<DebuggerStepThroughAttribute()>
Public Sub ExecuteEnhancements( _
   ByVal enhancements As Enhancements _
) 
'Usage
 
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
) 
[DebuggerNonUserCode()]
[DebuggerStepThrough()]
public:
void ExecuteEnhancements( 
   Enhancements^ enhancements
) 

Parameters

enhancements
The enhancements to be performed on the current image.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThrown when required argument value is null.
System.ArgumentOutOfRangeExceptionThrown when argument is out of range.
System.ComponentModel.InvalidEnumArgumentExceptionThrown when argument enum value is invalid.
ScanFixUnsupportedImageExceptionThrown when image type is unsupported.
ScanFixExceptionThrown 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback