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

In This Topic
    initProgressWatch Method
    In This Topic
    Initialize the progress watching process
    Syntax
    'Declaration
     
    
    Sub initProgressWatch( _
       ByVal min As Integer, _
       ByVal max As Integer, _
       ByVal info As String _
    ) 
    void initProgressWatch( 
       int min,
       int max,
       string info
    )

    Parameters

    min
    max
    info
    See Also