RedrawPages Method (DocuVieware)

Call this method to redraw specific pages on the client side.
Syntax
'Declaration
 
Public Function RedrawPages( _
   ByVal Pages As IEnumerable(Of Integer) _
) As GdPictureStatus
 

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