Leadtools TWAIN (Leadtools.Twain assembly)

Channel3 Property

Show in webframe





Gets or sets the third tri-stimulus value (e.g. Blue channel).
Syntax
public int Channel3 {get; set;}
'Declaration
 
Public Property Channel3 As Integer
'Usage
 
Dim instance As TwainElement8
Dim value As Integer
 
instance.Channel3 = value
 
value = instance.Channel3

            

            
public:
property int Channel3 {
   int get();
   void set (    int value);
}

Property Value

The third tri-stimulus value (e.g. Blue channel).
Example
Refer to the TwainSession.ModifyRgbResponse example.
Requirements

Target Platforms

See Also

Reference

TwainElement8 Structure
TwainElement8 Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.