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

CurrentValue Property






Gets the current value in the range contained in the TwainRangeCapability object.
Syntax
public object CurrentValue {get; set;}
'Declaration
 
Public Property CurrentValue As Object
'Usage
 
Dim instance As TwainRangeCapability
Dim value As Object
 
instance.CurrentValue = value
 
value = instance.CurrentValue
public object CurrentValue {get; set;}
 get_CurrentValue();
set_CurrentValue(value);
public:
property Object^ CurrentValue {
   Object^ get();
   void set (    Object^ value);
}

Property Value

The current value in the range contained in the TwainRangeCapability object.
Remarks
For more information, refer to How to Work with the Container.
Example
Refer to TwainRangeCapability
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

TwainRangeCapability Class
TwainRangeCapability Members

 

 


Products | Support | Contact Us | Copyright Notices

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