Click or drag to resize

AcquireEventArgsImage Property

Gets the Bitmap image acquired.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Bitmap Image { get; }

Property Value

Type: Bitmap
The acquired image.
Remarks
It is the responsibility of the application to free this image when it's no longer needed.
Examples
AcquireEventArgs Class
See Also