ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k Namespace / IntegerSpec Class / IntegerSpec Constructor / IntegerSpec Constructor(Int32,Int32,Byte,ParameterList,String)
The number of tiles
The number of components
The allowed specifications type
The ParameterList instance
The name of the option to process

In This Topic
    IntegerSpec Constructor(Int32,Int32,Byte,ParameterList,String)
    In This Topic
    Constructs a new 'IntegerSpec' for the specified number of tiles and components, the allowed specifications type and the ParameterList instance. This constructor is normally called at encoder side and parse arguments of specified option.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal type As Byte, _
       ByVal pl As ParameterList, _
       ByVal optName As String _
    )
    public IntegerSpec( 
       int nt,
       int nc,
       byte type,
       ParameterList pl,
       string optName
    )

    Parameters

    nt
    The number of tiles
    nc
    The number of components
    type
    The allowed specifications type
    pl
    The ParameterList instance
    optName
    The name of the option to process
    See Also