←Select platform

SetProperty Event

Summary
Occurs when setting TWAIN capabilities to currently selected TWAIN source by calling the Properties property.

Syntax
C#
C++/CLI
Python
public event EventHandler<TwainSetPropertyEventArgs> SetProperty 
public: 
event EventHandler<TwainSetPropertyEventArgs^>^ SetProperty 
def SetProperty(sender,e): # sender: TwainSession e: TwainSetPropertyEventArgs 
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

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.