ImageGear for .NET
HandleUpdate Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Display Namespace > ImGearPageDisplay Class : HandleUpdate Method




pageView
IImGearScrollableView page view control to draw image in.

Glossary Item Box

Handles update event. This handler is called synchronously by page view control, when its Update() method is called.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

pageView
IImGearScrollableView page view control to draw image in.

Remarks

The Update() method of page view control can make updates to the page display asynchronously. It means, that some parameters of the page display may be incorrect immediately after calling the Update() method of page view. As a result some methods, such as GetZoomInfo may return incorrect results.

This method synchronizes the internal data structures. Any custom page viewer, which implements IImGearScrollableView interface, should call this handler from Update() method to allow the page display to update some internal parameters synchronously.

See Also

©2013. Accusoft Corporation. All Rights Reserved.