Leadtools TWAIN (Leadtools.Twain assembly)

Index Property

Show in webframe





Gets or sets the index into the color table.
Syntax
public int Index {get; set;}
'Declaration
 
Public Property Index As Integer
'Usage
 
Dim instance As TwainElement8
Dim value As Integer
 
instance.Index = value
 
value = instance.Index

            

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

Property Value

The index into the color table.
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.