Cuminas DjVu SDK for .NET Framework
BeginUpdate Method (Page)



Temporarily suspends event notifications for intensive updates on the object.
Syntax
Public Sub BeginUpdate() 
Dim instance As Page
 
instance.BeginUpdate()
public void BeginUpdate()
public:
void BeginUpdate(); 
Remarks
Normally, a Page object raises event notifications during calls of methods and properties which change the object. This might make your process very slow if you intensively calls these modification methods/properties. A call to BeginUpdate Method suspends such event notifications until the corresponding EndUpdate Method call. And, some of the event notifications, which are considered to be redundant are merged into an event notification.
Example

 

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

Page Class
Page Members
EndUpdate Method

Send Feedback