EnumCapabilitiesEvent Event

Summary
Occurs for each found capability of the currently selected WIA source after calling the EnumCapabilities method.
Syntax
C#
VB
C++
public event EventHandler<WiaEnumCapabilitiesEventArgs> EnumCapabilitiesEvent 
  
Public Event EnumCapabilitiesEvent As EventHandler(Of WiaEnumCapabilitiesEventArgs) 
public: 
event EventHandler<WiaEnumCapabilitiesEventArgs^>^ EnumCapabilitiesEvent 
Event Data

The event handler receives an argument of type WiaEnumCapabilitiesEventArgs containing data related to this event. The following WiaEnumCapabilitiesEventArgs properties provide information specific to this event.

PropertyDescription
CapabilitiesCount Gets a count of the enumerated capabilities.
Capability Gets information about the enumerated capabilities of the selected WIA item.
Stop Enables or disables firing the EnumCapabilitiesEvent event.
Remarks

This event will be called while enumerating the selected WIA source capabilities after calling the EnumCapabilities method to provide the user with information about each found capability and the found capabilities count and also gives the ability to abort the enumeration process.

Example

Refer to WiaSession.EnumCapabilities.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Wia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.