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

Show in webframe

DefaultIndex Property






Gets or sets the index of the default value in the enumeration item list contained in the TwainEnumerationCapability object.
Syntax
public int DefaultIndex {get; set;}
'Declaration
 
Public Property DefaultIndex As Integer
'Usage
 
Dim instance As TwainEnumerationCapability
Dim value As Integer
 
instance.DefaultIndex = value
 
value = instance.DefaultIndex
public:
property int DefaultIndex {
   int get();
   void set (    int value);
}

Property Value

The index of the default value in the enumeration item list contained in the TwainEnumerationCapability object.
Remarks
For more information, refer to How to Work with the Container.
Example
Refer to TwainEnumerationCapability
Requirements

Target Platforms

See Also

Reference

TwainEnumerationCapability Class
TwainEnumerationCapability Members

Error processing SSI file