ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / FileCodestreamWriter Class / commitBitstreamHeader Method
The current header encoder.

In This Topic
    commitBitstreamHeader Method (FileCodestreamWriter)
    In This Topic
    Writes the header data in the codestream and actualize ndata with the header length. The header is either a MainHeaderEncoder or a TileHeaderEncoder.
    Syntax
    'Declaration
     
    
    Public Overrides Sub commitBitstreamHeader( _
       ByVal he As HeaderEncoder _
    ) 
    public override void commitBitstreamHeader( 
       HeaderEncoder he
    )

    Parameters

    he
    The current header encoder.
    Exceptions
    ExceptionDescription
    If an I/O error occurs while writing the data.
    See Also