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

In This Topic
    decodeJBIG2 Method (JBIG2StreamDecoder)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub decodeJBIG2( _
       ByVal data() As Byte _
    ) 
    public virtual void decodeJBIG2( 
       byte[] data
    )

    Parameters

    data
    See Also