Click or drag to resize

AcquireEventArgs.Image Property

Gets the Bitmap image acquired.

Namespace:  Atalasoft.Twain
Assembly:  Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.5.0.0.0.156 (.NET 4.6.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