UpdatePage Example for Visual Basic
Private Sub Command2_Click()
Dim nRet As Long
nRet = RasterDoc.UpdatePage (LEADRasterView1.Raster, 0)
If nRet = 0 Then
MsgBox "The engine successfully updated the Page"
Else
MsgBox "The engine could not Update the page"
End If
End Sub