ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.entropy.decoder Namespace / DecLyrdCBlk Class / tsLengths Field

In This Topic
    tsLengths Field
    In This Topic
    The length of each terminated segment. If null then there is only one terminated segment, and its length is 'dl'. The number of terminated segments is to be deduced from 'ftpIdx', 'nTrunc' and the coding options. This array contains all terminated segments from the 'ftpIdx' truncation point, upto, and including, the 'nTrunc-1' truncation point. Any data after 'nTrunc-1' is not included in any length.
    Syntax
    'Declaration
     
    
    Public tsLengths As Integer()
    public int[] tsLengths
    See Also