Leadtools TWAIN (Leadtools.Twain assembly)

ReturnCode Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.