GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuVieware Class / RedrawPage Method

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 GdPicture14.GdPictureStatus
public GdPicture14.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