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

Show in webframe

Count Property (TwainInformation)






Gets or sets the number of items retrieved for the extended image information.
Syntax
public int Count {get; set;}
'Declaration
 
Public Property Count As Integer
'Usage
 
Dim instance As TwainInformation
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 retrieved for the extended image information.
Example
Refer to TwainInformation.GetItem(int, int)
Requirements

Target Platforms

See Also

Reference

TwainInformation Class
TwainInformation Members

Error processing SSI file