←Select platform

EnableGetDeviceEvent Property

Summary

Enables or disables firing GetDeviceEvent event

Syntax

C#
VB
C++
public bool EnableGetDeviceEvent { get; set; } 
Public Property EnableGetDeviceEvent As Boolean 
public: 
property bool EnableGetDeviceEvent { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to enable firing the event; false to stop firing it.

Example

Refer to GetDeviceEventData example.

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.Twain Assembly