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,IntegerSpec)
The number of tiles
The number of components
the type of the specification module i.e. tile specific, component specific or both.
Reference to the number of decomposition levels specification

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

    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.
    dls
    Reference to the number of decomposition levels specification
    See Also