GdPicture.NET.14.API
GdPicture14 Namespace / GdPictureImaging Class / TwainImagePreview Event





In This Topic
TwainImagePreview Event (GdPictureImaging)
In This Topic
This event is raised immediately after a bitmap has been transferred from the TWAIN device to GdPicture. The transferred image may be used for previewing and filtering purposes but should be released from the memory at this stage.
Syntax
'Declaration
 
Public Event TwainImagePreview As GdPictureImaging.TwainImagePreviewEventHandler
 
See Also