ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / org.jpedal.jbig2.decoders Namespace / ArithmeticDecoder Class / resetRefinementStats Method

In This Topic
    resetRefinementStats Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub resetRefinementStats( _
       ByVal template As Integer, _
       ByVal previousStats As ArithmeticDecoderStats _
    ) 
    public virtual void resetRefinementStats( 
       int template,
       ArithmeticDecoderStats previousStats
    )

    Parameters

    template
    previousStats
    See Also