ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.synthesis Namespace / InvWTFull Class / InvWTFull Constructor
from where the wavelet coefficinets should be obtained.
The decoder specifications

In This Topic
    InvWTFull Constructor
    In This Topic
    Initializes this object with the given source of wavelet coefficients. It initializes the resolution level for full resolutioin reconstruction.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal src As CBlkWTDataSrcDec, _
       ByVal decSpec As DecoderSpecs _
    )
    public InvWTFull( 
       CBlkWTDataSrcDec src,
       DecoderSpecs decSpec
    )

    Parameters

    src
    from where the wavelet coefficinets should be obtained.
    decSpec
    The decoder specifications
    See Also