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

Show in webframe

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:
property int Index {
   int get();
   void set (    int value);
}

Property Value

The index into the color table.
Example
Refer to the ModifyRgbResponse example.
Requirements

Target Platforms

See Also

Reference

TwainElement8 Structure
TwainElement8 Members

Error processing SSI file