Leadtools TWAIN (Leadtools.Twain assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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;}
C++/CLI 
public:
property TwainConditionCode ConditionCode {
   TwainConditionCode get();
   void set (    TwainConditionCode value);
}

Property Value

The condition code for retrieving the extended image information.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also