Occurs when setting TWAIN capabilities to currently selected TWAIN source by calling the Properties property.
public event EventHandler<TwainSetPropertyEventArgs> SetProperty
Public Event SetProperty As EventHandler(Of TwainSetPropertyEventArgs)
public:
event EventHandler<TwainSetPropertyEventArgs^>^ SetProperty
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.
Property | Description |
---|---|
Capability | Gets the capability being set |
Status | Gets the return value for each was being set. |
Stop | Enables or disables firing event SetProperty. |
This event is called while setting the TWAIN capabilities to the currently selected TWAIN source.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET