ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.decoder Namespace / DecoderSpecs Class / DecoderSpecs Constructor
Number of tiles
Number of components

In This Topic
    DecoderSpecs Constructor
    In This Topic
    Initialize all members with the given number of tiles and components.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer _
    )
    public DecoderSpecs( 
       int nt,
       int nc
    )

    Parameters

    nt
    Number of tiles
    nc
    Number of components
    See Also