Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

EnableSetPropertyEvent Property






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 bool EnableSetPropertyEvent {get; set;}
 get_EnableSetPropertyEvent();
set_EnableSetPropertyEvent(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.