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

In This Topic
    writePacketHead Method (CodestreamWriter)
    In This Topic
    Syntax
    'Declaration
     
    
    Public MustOverride Function writePacketHead( _
       ByVal head() As Byte, _
       ByVal hlen As Integer, _
       ByVal sim As Boolean, _
       ByVal sop As Boolean, _
       ByVal eph As Boolean _
    ) As Integer
    public abstract int writePacketHead( 
       byte[] head,
       int hlen,
       bool sim,
       bool sop,
       bool eph
    )

    Parameters

    head
    hlen
    sim
    sop
    eph
    See Also