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

In This Topic
    QuantStepSizeSpec Constructor(Int32,Int32,Byte)
    In This Topic
    Constructs an empty 'QuantStepSizeSpec' with specified number of tile and components. This constructor is called by the decoder.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal type As Byte _
    )
    public QuantStepSizeSpec( 
       int nt,
       int nc,
       byte type
    )

    Parameters

    nt
    Number of tiles
    nc
    Number of components
    type
    the type of the specification module i.e. tile specific, component specific or both.
    See Also