←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Twain Assembly