EnableSetPropertyEvent Property

Summary

Enable or disable firing property event when calling set Properties property.

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

Property Value

true to enable the event, false to disable it.

Example

For an example, refer to ImageResolution.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly