In This Topic

RedrawPage Method (DocuVieware)

In This Topic
Call this method to redraw the current page on the client side.
Syntax
'Declaration
 
Public Function RedrawPage() As GdPictureStatus
public GdPictureStatus RedrawPage()

Return Value

A member of the GdPictureStatus enumeration.
Remarks
Page redraw in client side can be used to reflect content updated in the server side.
See Also