ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.util Namespace / ProgressWatch Interface / updateProgressWatch Method

In This Topic
    updateProgressWatch Method
    In This Topic
    Update the progress watching process to the specified value
    Syntax
    'Declaration
     
    
    Sub updateProgressWatch( _
       ByVal val As Integer, _
       ByVal info As String _
    ) 
    void updateProgressWatch( 
       int val,
       string info
    )

    Parameters

    val
    info
    See Also