ResolutionChanged Event

Summary
Event that occurs when a loaded image resolution change.
Syntax
C#
VB
C++
public event EventHandler<ResolutionChangedEventArgs> ResolutionChanged 
  
Public Event ResolutionChanged As EventHandler(Of ResolutionChangedEventArgs) 
public: 
event EventHandler<ResolutionChangedEventArgs^>^ ResolutionChanged 
Event Data

The event handler receives an argument of type ResolutionChangedEventArgs containing data related to this event. The following ResolutionChangedEventArgs properties provide information specific to this event.

PropertyDescription
ImageSize Gets the image's resolution size.
Requirements

Target Platforms

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

Leadtools.Jpip.Client.WinForms Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.