Visual Basic (Declaration) | |
---|---|
Public Property ImageEffects As TwainImageEffects |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public TwainImageEffects ImageEffects {get; set;} |
C++/CLI | |
---|---|
public: property TwainImageEffects ImageEffects { TwainImageEffects get(); void set (TwainImageEffects value); } |
Return Value
Image Effects as brightness, highlight and contrast values to use when transferring images from the current TWAIN source
Visual Basic | Copy Code |
---|---|
Public Sub ImageEffectsPropertyExample(ByVal parent As IWin32Window) |
C# | Copy Code |
---|---|
public void ImageEffectsPropertyExample(IWin32Window parent) |
The ImageEffects property will get and set the brightness, highlight and contrast values for the current TWAIN source.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
TwainSession ClassTwainSession Members
Startup Method
Shutdown Method
Acquire Method
MaximumTransferCount Property
DuplexScanningMode Property
EnableDuplexScanning Property
AcquirePageOptions Property
ImageBitsPerPixel Property
ImageUnit Property
ImageFrame Property
IsTransferModeAvailable Method
TransferOptions Property
ShowProgressIndicator Method