C#
VB
C++
Event that occurs when a loaded image resolution change.
public event EventHandler<ResolutionChangedEventArgs> ResolutionChanged
Public Event ResolutionChanged As EventHandler(Of ResolutionChangedEventArgs)
public:
event EventHandler<ResolutionChangedEventArgs^>^ ResolutionChanged
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.
Property | Description |
---|---|
ImageSize | Gets the image's resolution size. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET