Error processing SSI file
LEADTOOLS WCF (Leadtools.Services.Twain assembly)

Show in webframe

TwainScanningService.CommandCallBack Delegate






The command data.
Callback to run custom user commands.
Syntax
public delegate Stream TwainScanningService.CommandCallBack( 
   CommandEventArgs args
)
'Declaration
 
Public Delegate Function TwainScanningService.CommandCallBack( _
   ByVal args As CommandEventArgs _
) As Stream
'Usage
 
Dim instance As New TwainScanningService.CommandCallBack(AddressOf HandlerMethod)

            

            
public delegate Stream^ TwainScanningService.CommandCallBack( 
   CommandEventArgs^ args
)

Parameters

args
The command data.

Return Value

User custom data.
Requirements

Target Platforms

See Also

Reference

TwainScanningService.CommandCallBack Members
Leadtools.Services.Twain Namespace

Error processing SSI file