ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.roi Namespace / ROIDeScaler Class / createInstance Method
The source of data that is to be descaled
The parameter list (or options).
The decoding specifications

In This Topic
    createInstance Method (ROIDeScaler)
    In This Topic
    Creates a ROIDeScaler object. The information needed to create the object is the Entropy decoder used and the parameters.
    Syntax
    'Declaration
     
    
    Public Shared Function createInstance( _
       ByVal src As CBlkQuantDataSrcDec, _
       ByVal pl As ParameterList, _
       ByVal decSpec As DecoderSpecs _
    ) As ROIDeScaler

    Parameters

    src
    The source of data that is to be descaled
    pl
    The parameter list (or options).
    decSpec
    The decoding specifications
    Exceptions
    ExceptionDescription
    If an error occurs while parsing the options in 'pl'
    See Also