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

Show in webframe

Channel1 Property






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

Property Value

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

Target Platforms

See Also

Reference

TwainElement8 Structure
TwainElement8 Members

Error processing SSI file