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

Show in webframe

Channel2 Property






Gets or sets the second tri-stimulus value (e.g. Green channel).
Syntax
public int Channel2 {get; set;}
'Declaration
 
Public Property Channel2 As Integer
'Usage
 
Dim instance As TwainElement8
Dim value As Integer
 
instance.Channel2 = value
 
value = instance.Channel2
public:
property int Channel2 {
   int get();
   void set (    int value);
}

Property Value

The second tri-stimulus value (e.g. Green channel).
Example
Refer to the ModifyRgbResponse example.
Requirements

Target Platforms

See Also

Reference

TwainElement8 Structure
TwainElement8 Members

Error processing SSI file