ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / PktEncoder Class / LastBodyLen Property

In This Topic
    LastBodyLen Property
    In This Topic
    Returns the length of the body of the last encoded packet, in bytes. The body itself can be retrieved with the getLastBodyBuf() method.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property LastBodyLen As Integer
    public virtual int LastBodyLen {get;}

    Property Value

    The length of the body of last encoded packet, in bytes.
    See Also