ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / org.jpedal.jbig2.decoders Namespace / DecodeIntResult Class / DecodeIntResult Constructor

In This Topic
    DecodeIntResult Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal intResult As Integer, _
       ByVal booleanResult As Boolean _
    )
    public DecodeIntResult( 
       int intResult,
       bool booleanResult
    )

    Parameters

    intResult
    booleanResult
    See Also