ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.image Namespace / CompTransfSpec Class / CompTransfSpec Constructor
Number of tiles
Number of components
the type of the specification module i.e. tile specific, component specific or both.

In This Topic
    CompTransfSpec Constructor
    In This Topic
    Constructs an empty 'CompTransfSpec' with the specified number of tiles and components. This constructor is called by the decoder. Note: The number of component is here for symmetry purpose. It is useless since only tile specifications are meaningful.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal type As Byte _
    )
    public CompTransfSpec( 
       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