(Document/Medical only) Enables or disables the generation of the
FastConfiguration event.
public bool EnableFastConfigurationEvent {get; set;}
'Declaration
Public Property EnableFastConfigurationEvent As Boolean
'Usage
Dim instance As TwainSession
Dim value As Boolean
instance.EnableFastConfigurationEvent = value
value = instance.EnableFastConfigurationEvent
public:
property bool EnableFastConfigurationEvent {
bool get();
void set ( bool value);
}
Property Value
true to enable the event, false to disable it.