ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.fileformat.writer Namespace / FileFormatWriter Class / writeContiguousCodeStreamBox Method
The contiguous codestream

In This Topic
    writeContiguousCodeStreamBox Method
    In This Topic
    This method writes the Contiguous codestream box
    Syntax
    'Declaration
     
    
    Public Overridable Sub writeContiguousCodeStreamBox( _
       ByVal cs() As Byte _
    ) 
    public virtual void writeContiguousCodeStreamBox( 
       byte[] cs
    )

    Parameters

    cs
    The contiguous codestream
    Exceptions
    ExceptionDescription
    If an I/O error ocurred.
    See Also