ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.wavelet.analysis Namespace / ForwardWT Class / createInstance Method
The source of data to be transformed
The parameter list (or options).

In This Topic
    createInstance Method (ForwardWT)
    In This Topic
    Creates a ForwardWT object with the specified filters, and with other options specified in the parameter list 'pl'.
    Syntax
    'Declaration
     
    
    Public Shared Function createInstance( _
       ByVal src As BlkImgDataSrc, _
       ByVal pl As ParameterList, _
       ByVal encSpec As EncoderSpecs _
    ) As ForwardWT
    public static ForwardWT createInstance( 
       BlkImgDataSrc src,
       ParameterList pl,
       EncoderSpecs encSpec
    )

    Parameters

    src
    The source of data to be transformed
    pl
    The parameter list (or options).
    encSpec

    Return Value

    A new ForwardWT object with the specified filters and options from 'pl'.
    Exceptions
    ExceptionDescription
    If mandatory parameters are missing or if invalid values are given.
    See Also