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

In This Topic
    LastBodyBuf Property
    In This Topic
    Returns the buffer of the body of the last encoded packet. The length of the body can be retrieved with the getLastBodyLen() method. The length of the array returned by this method may be larger than the actual body length.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property LastBodyBuf As Byte()
    public virtual byte[] LastBodyBuf {get;}

    Property Value

    The buffer of body of the last encoded packet.
    Exceptions
    ExceptionDescription
    If no packet has been coded since last reset(), last restore(), or object creation.
    See Also