ComponentOne PDF for .NET
CSJ2K.j2k.image.invcomptransf Namespace / InvCompTransf Class / InvCompTransf Constructor
The source from where to get the data to be transformed
The decoder specifications
The bit depth of the un-transformed components
The command line optinons of the decoder

In This Topic
    InvCompTransf Constructor
    In This Topic
    Constructs a new ForwCompTransf object that operates on the specified source of image data.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal imgSrc As BlkImgDataSrc, _
       ByVal decSpec As DecoderSpecs, _
       ByVal utdepth() As Integer, _
       ByVal pl As ParameterList _
    )

    Parameters

    imgSrc
    The source from where to get the data to be transformed
    decSpec
    The decoder specifications
    utdepth
    The bit depth of the un-transformed components
    pl
    The command line optinons of the decoder
    See Also