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

In This Topic
    readBitmap Method (JBIG2Bitmap)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub readBitmap( _
       ByVal useMMR As Boolean, _
       ByVal template As Integer, _
       ByVal typicalPredictionGenericDecodingOn As Boolean, _
       ByVal useSkip As Boolean, _
       ByVal skipBitmap As JBIG2Bitmap, _
       ByVal adaptiveTemplateX() As Short, _
       ByVal adaptiveTemplateY() As Short, _
       ByVal mmrDataLength As Integer _
    ) 
    public void readBitmap( 
       bool useMMR,
       int template,
       bool typicalPredictionGenericDecodingOn,
       bool useSkip,
       JBIG2Bitmap skipBitmap,
       short[] adaptiveTemplateX,
       short[] adaptiveTemplateY,
       int mmrDataLength
    )

    Parameters

    useMMR
    template
    typicalPredictionGenericDecodingOn
    useSkip
    skipBitmap
    adaptiveTemplateX
    adaptiveTemplateY
    mmrDataLength
    See Also