ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy Namespace / ProgressionSpec Class / ProgressionSpec Constructor / ProgressionSpec Constructor(Int32,Int32,Int32,IntegerSpec,Byte,ParameterList)
The number of tiles
The number of components
The number of layer
The number of decomposition levels specifications
the type of the specification module. The ProgressionSpec class should only be used only with the type ModuleSpec.SPEC_TYPE_TILE.
The ParameterList instance

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

    Parameters

    nt
    The number of tiles
    nc
    The number of components
    nl
    The number of layer
    dls
    The number of decomposition levels specifications
    type
    the type of the specification module. The ProgressionSpec class should only be used only with the type ModuleSpec.SPEC_TYPE_TILE.
    pl
    The ParameterList instance
    See Also