ComponentOne PDF for .NET
CSJ2K.j2k Namespace / IntegerSpec Class / IntegerSpec Constructor / IntegerSpec Constructor(Int32,Int32,Byte)
The number of tiles
The number of components
The type of allowed specifications

In This Topic
    IntegerSpec Constructor(Int32,Int32,Byte)
    In This Topic
    Constructs a new 'IntegerSpec' for the specified number of tiles and components and with allowed type of specifications. This constructor is normally called at decoder side.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal type As Byte _
    )
    public IntegerSpec( 
       int nt,
       int nc,
       byte type
    )

    Parameters

    nt
    The number of tiles
    nc
    The number of components
    type
    The type of allowed specifications
    See Also