Occurs for each found supported transfer format of the currently selected WIA source after calling the EnumFormats method.
The event handler receives an argument of type WiaEnumFormatsEventArgs containing data related to this event. The following WiaEnumFormatsEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Format | Gets the enumerated format. |
FormatsCount | Gets the count of the formats being enumerated. |
Stop | Enables or disables firing the EnumFormatsEvent event. |
TransferMode | Gets the supported transfer mode for the enumerated format. |
This event will be called while enumerating the selected WIA source supported transfer formats after calling the EnumFormats method to provide the user with information about each found transfer format and also gives the ability to abort the enumeration process.
Refer to WiaSession.EnumFormats.Refer to WiaSession.EnumFormats.