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



value0
The source of the sender
value1
A WiaEnumFormatsEventArgs object that contains the event data.
value0
The source of the sender
value1
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) 
Protected Sub raise__enumFormatsEvent( _
   ByVal value0 As Object, _
   ByVal value1 As WiaEnumFormatsEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As WiaSession
Dim value0 As Object
Dim value1 As WiaEnumFormatsEventArgs
 
instance.raise__enumFormatsEvent(value0, value1)
C# 
protected void raise__enumFormatsEvent( 
   object value0,
   WiaEnumFormatsEventArgs value1
)
C++/CLI 
protected:
void raise__enumFormatsEvent( 
   Object^ value0,
   WiaEnumFormatsEventArgs^ value1
) 

Parameters

value0
The source of the sender
value1
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