Leadtools.Jpip.Client.WinForms Namespace > JpipRasterImageViewer Class : ResolutionChanged Event |
public event EventHandler<ResolutionChangedEventArgs> ResolutionChanged
'Declaration Public Event ResolutionChanged As EventHandler(Of ResolutionChangedEventArgs)
'Usage Dim instance As JpipRasterImageViewer Dim handler As EventHandler(Of ResolutionChangedEventArgs) AddHandler instance.ResolutionChanged, handler
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. |