Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

Code Property






(Read only) Gets the error code.
Syntax
[DataMemberAttribute("code")]
public int Code {get;}
'Declaration
 
<DataMemberAttribute("code")>
Public ReadOnly Property Code As Integer
'Usage
 
Dim instance As TwainError
Dim value As Integer
 
value = instance.Code

            

            
[DataMemberAttribute("code")]
public:
property int Code {
   int get();
}

Property Value

The error code value.
Requirements

Target Platforms

See Also

Reference

TwainError Class
TwainError Members

Error processing SSI file