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


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

Public Events

 NameDescription
Public Event AcquireEvent Occurs for each page acquired from the currently selected WIA source using the Acquire or WiaSession.AcquireSimple methods and it will also get called for each end of page to provide the user with the EndOfPage flag through the Flags member of the WiaAcquireEventArgs event argument to indicate the end of each page transfer.  
Public Event AcquireFileEvent Occurs for each page acquired from the currently selected WIA source using the WiaSession.AcquireToFile method and it will also get called for each end of page to provide the user with the EndOfPage flag through the Flags member of the WiaAcquireFileEventArgs event argument to indicate the end of each page transfer.  
Public Event EnumCapabilitiesEvent Occurs for each found capability of the currently selected WIA source after calling the WiaSession.EnumCapabilities method.  
Public Event EnumDevicesEvent Occurs for each found WIA device after calling the WiaSession.EnumDevices method.  
Public Event EnumFormatsEvent Occurs for each found supported transfer format of the currently selected WIA source after calling the WiaSession.EnumFormats method.  
Public Event EnumItemsEvent Occurs for each found WIA child item after calling the EnumChildItems method.  
Public Event SetPropertiesEvent Occurs while setting each property inside the WiaProperties structure after calling the SetProperties method.  
Top

See Also