ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / FileCodestreamWriter Class / writePacketBody Method

In This Topic
    writePacketBody Method (FileCodestreamWriter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function writePacketBody( _
       ByVal body() As Byte, _
       ByVal blen As Integer, _
       ByVal sim As Boolean, _
       ByVal roiInPkt As Boolean, _
       ByVal roiLen As Integer _
    ) As Integer
    public override int writePacketBody( 
       byte[] body,
       int blen,
       bool sim,
       bool roiInPkt,
       int roiLen
    )

    Parameters

    body
    blen
    sim
    roiInPkt
    roiLen
    See Also