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

Show in webframe

RunCommandCallBack Property






Gets os sets the user command callback.
Syntax
public TwainScanningService.CommandCallBack RunCommandCallBack {get; set;}
'Declaration
 
Public Property RunCommandCallBack As TwainScanningService.CommandCallBack
'Usage
 
Dim instance As TwainScanningService
Dim value As TwainScanningService.CommandCallBack
 
instance.RunCommandCallBack = value
 
value = instance.RunCommandCallBack

            

            
public:
property TwainScanningService.CommandCallBack^ RunCommandCallBack {
   TwainScanningService.CommandCallBack^ get();
   void set (    TwainScanningService.CommandCallBack^ value);
}

Property Value

The user command run callback.
Requirements

Target Platforms

See Also

Reference

TwainScanningService Class
TwainScanningService Members

Error processing SSI file