ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.reader Namespace / PktInfo Class / segLengths Field

In This Topic
    segLengths Field
    In This Topic
    The length of each terminated segment in the packet. The total is the same as 'cbLength'. It can be null if there is only one terminated segment, in which case 'cbLength' holds the legth of that segment
    Syntax
    'Declaration
     
    
    Public segLengths As Integer()
    public int[] segLengths
    See Also