Documents for PDF .NET Edition
GrapeCity.Documents.Imaging 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 System.Integer, _
       ByVal newtp As System.Integer _
    ) 
    public void addNTP( 
       System.int l,
       System.int newtp
    )

    Parameters

    l
    layer index
    newtp
    Number of new truncation points
    See Also