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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly