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

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 int DefaultIndex {get; set;}
 get_DefaultIndex();
set_DefaultIndex(value);
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: 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

TwainEnumerationCapability Class
TwainEnumerationCapability Members

 

 


Products | Support | Contact Us | Copyright Notices

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