Leadtools.Twain Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
ConditionCode Property
See Also 
Leadtools.Twain Namespace > TwainInformation Class : ConditionCode Property




Gets or sets the condition code for retrieving the extended image information.

Syntax

Visual Basic (Declaration) 
Public Property ConditionCode As TwainConditionCode
Visual Basic (Usage)Copy Code
Dim instance As TwainInformation
Dim value As TwainConditionCode
 
instance.ConditionCode = value
 
value = instance.ConditionCode
C# 
public TwainConditionCode ConditionCode {get; set;}
Managed Extensions for C++ 
public: __property TwainConditionCode get_ConditionCode();
public: __property void set_ConditionCode( 
   TwainConditionCode value
);
C++/CLI 
public:
property TwainConditionCode ConditionCode {
   TwainConditionCode get();
   void set (TwainConditionCode value);
}

Return Value

The condition code for retrieving the extended image information.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also