LEADTOOLS WIA (Leadtools.Wia assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 AcquireEventOccurs for each page acquired from the currently selected WIA source using the Leadtools.Wia.WiaSession.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 AcquireFileEventOccurs 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 EnumCapabilitiesEventOccurs for each found capability of the currently selected WIA source after calling the WiaSession.EnumCapabilities method.  
public Event EnumDevicesEventOccurs for each found WIA device after calling the WiaSession.EnumDevices method.  
public Event EnumFormatsEventOccurs for each found supported transfer format of the currently selected WIA source after calling the Leadtools.Wia.WiaSession.EnumFormats method.  
public Event EnumItemsEventOccurs for each found WIA child item after calling the Leadtools.Wia.WiaSession.EnumChildItems method.  
public Event SetPropertiesEventOccurs while setting each property inside the WiaProperties structure after calling the WiaSession.SetProperties method.  
Top

See Also