ComponentOne PDF for .NET
CSJ2K.j2k.codestream.reader Namespace / CBlkInfo Class / addNTP Method
layer index
Number of new truncation points

In This Topic
    addNTP Method (CBlkInfo)
    In This Topic
    Adds the number of new truncation for specified layer.
    Syntax
    'Declaration
     
    
    Public Overridable Sub addNTP( _
       ByVal l As Integer, _
       ByVal newtp As Integer _
    ) 
    public virtual void addNTP( 
       int l,
       int newtp
    )

    Parameters

    l
    layer index
    newtp
    Number of new truncation points
    See Also