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

Show in webframe

ConditionCode Property






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

Property Value

The condition 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