Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
raise__setProperty Method
See Also 
Leadtools.Twain Namespace > TwainSession Class : raise__setProperty Method




value0
The source of the sender
value1
A TwainSetPropertyEventArgs object that contains the event data.
Occurs when setting TWAIN capability using Properties

Syntax

Visual Basic (Declaration) 
Protected Sub raise__setProperty( _
   ByVal value0 As Object, _
   ByVal value1 As TwainSetPropertyEventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As TwainSession
Dim value0 As Object
Dim value1 As TwainSetPropertyEventArgs
 
instance.raise__setProperty(value0, value1)
C# 
protected void raise__setProperty( 
   object value0,
   TwainSetPropertyEventArgs value1
)
Managed Extensions for C++ 
protected: void raise__setProperty( 
   Object* value0,
   TwainSetPropertyEventArgs* value1
) 
C++/CLI 
protected:
void raise__setProperty( 
   Object^ value0,
   TwainSetPropertyEventArgs^ value1
) 

Parameters

value0
The source of the sender
value1
A TwainSetPropertyEventArgs object that contains the event data.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also