ComponentOne PDF for .NET
CSJ2K.j2k.entropy Namespace / ProgressionSpec Class / ProgressionSpec Constructor / ProgressionSpec Constructor(Int32,Int32,Byte)
The number of tiles
The number of components
the type of the specification module i.e. tile specific, component specific or both. The ProgressionSpec class should only be used only with the type ModuleSpec.SPEC_TYPE_TILE.

In This Topic
    ProgressionSpec Constructor(Int32,Int32,Byte)
    In This Topic
    Creates a new ProgressionSpec object for the specified number of tiles and components.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal type As Byte _
    )
    public ProgressionSpec( 
       int nt,
       int nc,
       byte type
    )

    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. The ProgressionSpec class should only be used only with the type ModuleSpec.SPEC_TYPE_TILE.
    See Also