In This Topic

RedrawPages Method (DocuVieware)

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 GdPictureStatus
public GdPictureStatus RedrawPages( 
   IEnumerable<int> Pages
)

Parameters

Pages

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