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

Count Property (TwainArrayCapability)






Gets or sets the number of items in the array of the TwainArrayCapability object.
Syntax
public int Count {get; set;}
'Declaration
 
Public Property Count As Integer
'Usage
 
Dim instance As TwainArrayCapability
Dim value As Integer
 
instance.Count = value
 
value = instance.Count
public int Count {get; set;}
 get_Count();
set_Count(value);
public:
property int Count {
   int get();
   void set (    int value);
}

Property Value

The number of items in the array of the TwainArrayCapability object.
Remarks
For more information, refer to How to Work with the Container.
Example
Refer to TwainArrayCapability
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

TwainArrayCapability Class
TwainArrayCapability Members

 

 


Products | Support | Contact Us | Copyright Notices

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