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

Show in webframe

Success Property






Gets a value that represents the success status for the scan configuration, which is currently being tested.
Syntax
public bool Success {get;}
'Declaration
 
Public ReadOnly Property Success As Boolean
'Usage
 
Dim instance As TwainFastConfiguration
Dim value As Boolean
 
value = instance.Success
public:
property bool Success {
   bool get();
}

Property Value

true if the current scan configuration was successful, false if it failed.
Remarks
For more information, refer to Fast TWAIN (Scan Configurations).
Example
Refer to TwainFastConfigurationEventArgs.FastConfiguration
Requirements

Target Platforms

See Also

Reference

TwainFastConfiguration Structure
TwainFastConfiguration Members

Error processing SSI file