ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy Namespace / PrecinctSizeSpec Class / PrecinctSizeSpec Constructor / PrecinctSizeSpec Constructor(Int32,Int32,Byte,BlkImgDataSrc,IntegerSpec,ParameterList)
The number of tiles
The number of components
the type of the specification module i.e. tile specific, component specific or both.
The image source (used to get the image size)
The ParameterList instance

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

    Parameters

    nt
    The number of tiles
    nc
    The number of components
    type
    the type of the specification module i.e. tile specific, component specific or both.
    imgsrc
    The image source (used to get the image size)
    dls
    pl
    The ParameterList instance
    See Also