ReportViewer for WPF and Silverlight | ComponentOne
org.jpedal.jbig2.image Namespace / JBIG2Bitmap Class / JBIG2Bitmap Constructor

In This Topic
    JBIG2Bitmap Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal arithmeticDecoder As ArithmeticDecoder, _
       ByVal huffmanDecoder As HuffmanDecoder, _
       ByVal mmrDecoder As MMRDecoder _
    )
    public JBIG2Bitmap( 
       int width,
       int height,
       ArithmeticDecoder arithmeticDecoder,
       HuffmanDecoder huffmanDecoder,
       MMRDecoder mmrDecoder
    )

    Parameters

    width
    height
    arithmeticDecoder
    huffmanDecoder
    mmrDecoder
    See Also