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



sender
The source of the sender
e
A WiaEnumFormatsEventArgs object that contains the event data.
sender
The source of the sender
e
A WiaEnumFormatsEventArgs object that contains the event data.
Occurs while enumerating the supported WIA transfer formats of the selected WIA source.

Syntax

Visual Basic (Declaration) 
Public Sub raise_EnumFormatsEvent( _
   ByVal sender As Object, _
   ByVal e As WiaEnumFormatsEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim sender As Object
Dim e As WiaEnumFormatsEventArgs
 
instance.raise_EnumFormatsEvent(sender, e)
C# 
public void raise_EnumFormatsEvent( 
   object sender,
   WiaEnumFormatsEventArgs e
)
C++/CLI 
public:
void raise_EnumFormatsEvent( 
   Object^ sender,
   WiaEnumFormatsEventArgs^ e
) 

Parameters

sender
The source of the sender
e
A WiaEnumFormatsEventArgs object that contains the event data.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family

See Also