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

Show in webframe

ReturnCode Property






Gets or sets the return code for retrieving the extended image information.
Syntax
public TwainReturnCode ReturnCode {get; set;}
'Declaration
 
Public Property ReturnCode As TwainReturnCode
'Usage
 
Dim instance As TwainInformation
Dim value As TwainReturnCode
 
instance.ReturnCode = value
 
value = instance.ReturnCode
public:
property TwainReturnCode ReturnCode {
   TwainReturnCode get();
   void set (    TwainReturnCode value);
}

Property Value

The return code for retrieving the extended image information.
Example
Refer to TwainInformation.GetItem(int, int)
Requirements

Target Platforms

See Also

Reference

TwainInformation Class
TwainInformation Members

Error processing SSI file