←Select platform

CommandCallBack Delegate

Summary

Callback to run custom user commands.

Syntax

C#
VB
C++
delegate Stream CommandCallBack( 
   CommandEventArgs args 
) 
  
Public Delegate Function CommandCallBack( _ 
   ByVal args As Leadtools.Services.Twain.CommandEventArgs _ 
) As Stream 
public delegate Stream^ CommandCallBack(  
   Leadtools.Services.Twain.CommandEventArgs^ args 
) 

Parameters

args
The command data.

Return Value

User custom data.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Twain Assembly