PDFView4NET WinForms Edition
EndContentUpdate Method




O2S.Components.PDFView4NET Namespace > PDFPageView Class : EndContentUpdate Method
Notifies the viewer that the content has been updated and the display needs to be refreshed in order to show the changed.
Syntax
'Declaration
 
Public Sub EndContentUpdate() 
'Usage
 
Dim instance As PDFPageView
 
instance.EndContentUpdate()
public void EndContentUpdate()
public: void EndContentUpdate(); 
public:
void EndContentUpdate(); 
Remarks
This method is used in pair with BeginContentUpdate
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