ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public Sub ExecuteEnhancements( _
   ByVal enhancements As Enhancements _
) 
'Usage
 
Dim instance As ScanFix
Dim enhancements As Enhancements
 
instance.ExecuteEnhancements(enhancements)
public void ExecuteEnhancements( 
   Enhancements enhancements
)
public: void ExecuteEnhancements( 
   Enhancements* enhancements
) 
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

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