Leadtools TWAIN (Leadtools.Twain assembly)

EnableSetPropertyEvent Property

Show in webframe





Enable or disable firing property event when calling 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.