Leadtools TWAIN (Leadtools.Twain assembly)
LEAD Technologies, Inc

Index Property






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 int Index {get; set;}
 get_Index();
set_Index(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TwainElement8 Structure
TwainElement8 Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.