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

Show in webframe

InfoId Property






Gets or sets the extended image information ID.
Syntax
public TwainExtendedImage InfoId {get; set;}
'Declaration
 
Public Property InfoId As TwainExtendedImage
'Usage
 
Dim instance As TwainInformation
Dim value As TwainExtendedImage
 
instance.InfoId = value
 
value = instance.InfoId
public:
property TwainExtendedImage InfoId {
   TwainExtendedImage get();
   void set (    TwainExtendedImage value);
}

Property Value

The extended image information ID.
Example
Refer to TwainInformation.GetItem(int, int)
Requirements

Target Platforms

See Also

Reference

TwainInformation Class
TwainInformation Members

Error processing SSI file