PDFView4NET WinForms Edition
BeginContentUpdate Method




O2S.Components.PDFView4NET Namespace > PDFPageView Class : BeginContentUpdate Method
Notifies the viewer that the content is updated and no repaint is necessary till EndContentUpdate is called.
Syntax
'Declaration
 
Public Sub BeginContentUpdate() 
'Usage
 
Dim instance As PDFPageView
 
instance.BeginContentUpdate()
public void BeginContentUpdate()
public: void BeginContentUpdate(); 
public:
void BeginContentUpdate(); 
Remarks
When changing the displayed file from code (such as setting field values programatically), these changes can cause multiple refreshes and the update process can become slow. In this situation, it is recommended that no change is displayed till all the changes have been made and then the viewer is refreshed.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPageView Class
PDFPageView Members