ComponentOne PDF for .NET
CSJ2K.j2k.quantization Namespace / QuantStepSizeSpec Class / QuantStepSizeSpec Constructor / QuantStepSizeSpec Constructor(Int32,Int32,Byte,ParameterList)
The number of tiles
The number of components
the type of the specification module i.e. tile specific, component specific or both.
The ParameterList

In This Topic
    QuantStepSizeSpec Constructor(Int32,Int32,Byte,ParameterList)
    In This Topic
    Constructs a new 'QuantStepSizeSpec' for the specified number of components and tiles and the arguments of "-Qstep" option.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal type As Byte, _
       ByVal pl As ParameterList _
    )
    public QuantStepSizeSpec( 
       int nt,
       int nc,
       byte type,
       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.
    pl
    The ParameterList
    See Also