Leadtools TWAIN (Leadtools.Twain assembly)

Count Property (TwainArrayCapability)

Show in webframe





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:
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

See Also

Reference

TwainArrayCapability Class
TwainArrayCapability Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.