Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / GrapeCity.Documents.Imaging.jpeg.jj2000.j2k.codestream.reader Namespace / CBlkInfo Class / addNTP Method
layer index
Number of new truncation points

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

    Parameters

    l
    layer index
    newtp
    Number of new truncation points
    See Also