ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.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 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