Error processing SSI file
Leadtools TWAIN (Leadtools.Twain assembly)

Show in webframe

SetProperty Event






Occurs when setting TWAIN capabilities to currently selected TWAIN source by calling the Properties property.
Syntax
public event EventHandler<TwainSetPropertyEventArgs> SetProperty
'Declaration
 
Public Event SetProperty As EventHandler(Of TwainSetPropertyEventArgs)
'Usage
 
Dim instance As TwainSession
Dim handler As EventHandler(Of TwainSetPropertyEventArgs)
 
AddHandler instance.SetProperty, handler
public:
event EventHandler<TwainSetPropertyEventArgs^>^ SetProperty
Event Data

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

PropertyDescription
Capability Gets the capability being set
Status Gets the return value for each was being set.
Stop Enables or disables firing event SetProperty.
Remarks
This event is called while setting the TWAIN capabilities to the currently selected TWAIN source.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members
Properties Property
Acquire Method
EnableSetPropertyEvent Property

Error processing SSI file