ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.fileformat.reader Namespace / FileFormatReader Class / readContiguousCodeStreamBox Method

In This Topic
    readContiguousCodeStreamBox Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function readContiguousCodeStreamBox( _
       ByVal pos As Long, _
       ByVal length As Integer, _
       ByVal longLength As Long _
    ) As Boolean
    public virtual bool readContiguousCodeStreamBox( 
       long pos,
       int length,
       long longLength
    )

    Parameters

    pos
    length
    longLength
    See Also