Accusoft.ScanFixXpress8.Net
VirtualBulb Method




An object containing parameters that control the process.
Emulates a dropout scanner, and cleans an image by converting the selected hues to white, nearby hues to shades of gray and all other hues to black.
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<DebuggerNonUserCodeAttribute()>
Public Sub VirtualBulb( _
   ByVal options As VirtualBulbOptions _
) 
'Usage
 
Dim instance As ScanFix
Dim options As VirtualBulbOptions
 
instance.VirtualBulb(options)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public void VirtualBulb( 
   VirtualBulbOptions options
)
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public: void VirtualBulb( 
   VirtualBulbOptions* options
) 
[DebuggerStepThrough()]
[DebuggerNonUserCode()]
public:
void VirtualBulb( 
   VirtualBulbOptions^ options
) 

Parameters

options
An object containing parameters that control the process.
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.
See Also

Reference

ScanFix Class
ScanFix Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback