ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / AnWTFilterSpec Class / AnWTFilterSpec Constructor
The number of tiles
The number of components
the type of the specification module i.e. tile specific, component specific or both.
Quantization specifications
The ParameterList

In This Topic
    AnWTFilterSpec Constructor
    In This Topic
    Constructs a new 'AnWTFilterSpec' for the specified number of components and tiles.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal type As Byte, _
       ByVal qts As QuantTypeSpec, _
       ByVal pl As ParameterList _
    )
    public AnWTFilterSpec( 
       int nt,
       int nc,
       byte type,
       QuantTypeSpec qts,
       ParameterList pl
    )

    Parameters

    nt
    The number of tiles
    nc
    The number of components
    type
    the type of the specification module i.e. tile specific, component specific or both.
    qts
    Quantization specifications
    pl
    The ParameterList
    See Also