GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuViewareControl Class / RedrawPages Method
Page numbers to redraw.

In This Topic
RedrawPages Method (DocuViewareControl)
In This Topic
Call this method to redraw specific pages on the client side.
Syntax
'Declaration
 
Public Function RedrawPages( _
   ByVal Pages As IEnumerable(Of Integer) _
) As GdPicture14.GdPictureStatus
public GdPicture14.GdPictureStatus RedrawPages( 
   IEnumerable<int> Pages
)

Parameters

Pages
Page numbers to redraw.

Return Value

A member of the GdPictureStatus enumeration.
Remarks
It is important to call this method after document page editing subsequent to a GetNativePDF() or GetNativeImage() call.
See Also