Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

AutomationUseDpiChanged Event

Show in webframe
Represents an event that triggers whenever the value of AutomationUseDpi is changed.
Syntax
add_automationUseDpiChanged(function(sender, e))
automationUseDpiChanged.add(function(sender, e))
remove_automationUseDpiChanged(function(sender, e))
automationUseDpiChanged.remove(function(sender, e))
    
Event Data
Parameter Type Description
sender 'var' The source of the event.
e EventArgs The event data.
See Also
Error processing SSI file