Leadtools.Twain Namespace > TwainFastConfigurationEventArgs Class : FastConfiguration Property |
public TwainFastConfiguration FastConfiguration {get;}
'Declaration Public ReadOnly Property FastConfiguration As TwainFastConfiguration
'Usage Dim instance As TwainFastConfigurationEventArgs Dim value As TwainFastConfiguration value = instance.FastConfiguration
public TwainFastConfiguration FastConfiguration {get;}
get_FastConfiguration();
public: property TwainFastConfiguration FastConfiguration { TwainFastConfiguration get(); }
Public Sub FastConfigurationExample(ByVal sender As Object, ByVal e As TwainFastConfigurationEventArgs) If e.FastConfiguration.Success Then ' set your code here End If e.Stop = False End Sub
public void FastConfigurationExample(object sender, TwainFastConfigurationEventArgs e) { if(e.FastConfiguration.Success) { // set your code here } e.Stop = false; }
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