ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / org.jpedal.jbig2 Namespace / JBIG2Decoder Class / decodeJBIG2 Method
the raw data stream

In This Topic
    decodeJBIG2 Method (JBIG2Decoder)
    In This Topic
    Decodes a JBIG2 image from a byte array
    Syntax
    'Declaration
     
    
    Public Overridable Function decodeJBIG2( _
       ByVal data() As Byte _
    ) As Byte()
    public virtual byte[] decodeJBIG2( 
       byte[] data
    )

    Parameters

    data
    the raw data stream
    Exceptions
    See Also