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

Show in webframe

EnableSetPropertyEvent Property






Enable or disable firing property event when calling set Properties property.
Syntax
public bool EnableSetPropertyEvent {get; set;}
'Declaration
 
Public Property EnableSetPropertyEvent As Boolean
'Usage
 
Dim instance As TwainSession
Dim value As Boolean
 
instance.EnableSetPropertyEvent = value
 
value = instance.EnableSetPropertyEvent
public:
property bool EnableSetPropertyEvent {
   bool get();
   void set (    bool value);
}

Property Value

true to enable the event, false to disable it.
Example
For an example, refer to ImageResolution.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members
Properties Property
Acquire Method
Leadtools.Twain.TwainSession.SetProperty

Error processing SSI file