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

Show in webframe

UpdateExtraImageInformation Method






Object to fill with the extended image information.
Gets the extended image information.
Syntax
public void UpdateExtraImageInformation( 
   TwainExtraImageInformation info
)
'Declaration
 
Public Sub UpdateExtraImageInformation( _
   ByVal info As TwainExtraImageInformation _
) 
'Usage
 
Dim instance As TwainSession
Dim info As TwainExtraImageInformation
 
instance.UpdateExtraImageInformation(info)
public:
void UpdateExtraImageInformation( 
   TwainExtraImageInformation^ info
) 

Parameters

info
Object to fill with the extended image information.
Remarks
For more information, refer to How to Acquire from the Twain Source.
Example
Refer to TwainExtraImageInformation constructor.
Requirements

Target Platforms

See Also

Reference

TwainSession Class
TwainSession Members
Acquire Method

Error processing SSI file