Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TwainSession Class Events
See Also 
Leadtools.Twain Namespace : TwainSession Class


For a list of all members of this type, see TwainSession members.

Public Events

 NameDescription
Public Event AcquireMultiPage (Document/Medical only) Occurs twice for each scanned page, if the EnableAcquireMultiPageEvent property is set to true.  
Public Event AcquirePage Occurs for each page acquired from the currently selected TWAIN source using the Acquire method.  
Public Event FastConfiguration (Document/Medical only) This event is fired for each scan configuration tested, if the value of the EnableFastConfigurationEvent property is set to true.  
Public Event GetDeviceEvent Occurs for for each device event received from the TWAIN source to the application  
Public Event LoadTemplate Occurs when loading TWAIN capabilities from the currently selected TWAIN source to a template file by calling the LoadTemplateFile method.  
Public Event SaveTemplate Occurs when saving TWAIN capabilities from the currently selected TWAIN source to a template file by calling the SaveTemplateFile method.  
Public Event SetProperty Occurs when setting TWAIN capabilities to currently selected TWAIN source by calling the TwainSession.Properties property.  
Top

See Also