ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.encoder Namespace / EncoderSpecs Class / EncoderSpecs Constructor
Number of tiles
Number of components
The image source (used to get the image size)
The ParameterList instance

In This Topic
    EncoderSpecs Constructor
    In This Topic
    Initialize all members with the given number of tiles and components and the command-line arguments stored in a ParameterList instance
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal imgsrc As BlkImgDataSrc, _
       ByVal pl As ParameterList _
    )
    public EncoderSpecs( 
       int nt,
       int nc,
       BlkImgDataSrc imgsrc,
       ParameterList pl
    )

    Parameters

    nt
    Number of tiles
    nc
    Number of components
    imgsrc
    The image source (used to get the image size)
    pl
    The ParameterList instance
    See Also