ComponentOne PDF for .NET
org.jpedal.jbig2.decoders Namespace / ArithmeticDecoder Class / decodeIAID Method

In This Topic
    decodeIAID Method (ArithmeticDecoder)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function decodeIAID( _
       ByVal codeLen As Long, _
       ByVal stats As ArithmeticDecoderStats _
    ) As Long
    public virtual long decodeIAID( 
       long codeLen,
       ArithmeticDecoderStats stats
    )

    Parameters

    codeLen
    stats
    See Also