ComponentOne PDF for .NET
CSJ2K.j2k.entropy.encoder Namespace / StdEntropyCoder Class / initTileComp Method
The number of tiles
The number of components

In This Topic
    initTileComp Method (StdEntropyCoder)
    In This Topic
    Load options, length calculation type and termination type for each tile-component.
    Syntax
    'Declaration
     
    
    Public Overridable Sub initTileComp( _
       ByVal nt As Integer, _
       ByVal nc As Integer _
    ) 
    public virtual void initTileComp( 
       int nt,
       int nc
    )

    Parameters

    nt
    The number of tiles
    nc
    The number of components
    See Also